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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 薨癢熕^ | 11100101010010011110000110011000111000001001000001011110 | e549e198e0905e |
EUC-JP | 薨癢熕^ | 11101001101010101110000111111000110111111111000001011110 | e9aae1f8dff05e |
UTF-8 | 薨癢熕^ | 11101000100101101010100011100111100110011010001011100111100001101001010101011110 | e896a8e799a2e786955e |
UHC | 薨??^ | 1111110110111100001111110011111101011110 | fdbc3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)