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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瑤?К節 | 11101010101000100011111110000100010010111001000011011111 | eaa23f844b90df |
EUC-JP | 瑤?К節 | 11110100101001000011111110100111101011001100000011100001 | f4a43fa7acc0e1 |
UTF-8 | 瑤녺К節 | 1110011110010001101001001110101110000101101110101101000010011010111001111010111110000000 | e791a4eb85bad09ae7af80 |
UHC | 瑤녺К節 | 1110100011111101100001101110011110101100101011001110111110111101 | e8fd86e7acacefbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)