To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????閨 | 001111110011111100111111001111111110100010000001 | 3f3f3f3fe881 |
EUC-JP | ????閨 | 001111110011111100111111001111111110111111100001 | 3f3f3f3fefe1 |
UTF-8 | 了띤뗍뤋閨 | 111011111010011010111010111010111001110110100100111010111001011110001101111010111010010010001011111010011001011010101000 | efa6baeb9da4eb978deba48be996a8 |
UHC | 了띤뗍뤋閨 | 11101000111001111011011011101101101101101100000110001111101110111101000010110001 | e8e7b6edb6c18fbbd0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)