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 | 禎私?虞 | 10010010111101011000111010000100001111111000101111110001 | 92f58e843f8bf1 |
EUC-JP | 禎私?虞 | 11000100111101111011101111100100001111111011011011110011 | c4f7bbe43fb6f3 |
UTF-8 | 禎私깃虞 | 111001111010011010001110111001111010011110000001111010101011100110000011111010001001100110011110 | e7a68ee7a781eab983e8999e |
UHC | 禎私깃虞 | 1110111111101110110111101110011110110001111010101110100111100101 | efeedee7b1eae9e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)