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 | 綜?呂遠 | 10010001100011100011111110011000010000111000100110010011 | 918e3f98438993 |
EUC-JP | 綜?呂遠 | 11000001111011100011111111001111101001001011000111110011 | c1ee3fcfa4b1f3 |
UTF-8 | 綜곕呂遠 | 111001111011011010011100111010101011001110010101111001011001000110000010111010011000000110100000 | e7b69ceab395e59182e981a0 |
UHC | 綜곕呂遠 | 1111000011111100101100001110101111010101111001011110101011000000 | f0fcb0ebd5e5eac0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)