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 | ??w??wB | 00111111001111110111011100111111001111110111011101000010 | 3f3f773f3f7742 |
SJIS-WIN | ??w??wB | 00111111001111110111011100111111001111110111011101000010 | 3f3f773f3f7742 |
EUC-JP | ??w??wB | 00111111001111110111011100111111001111110111011101000010 | 3f3f773f3f7742 |
UTF-8 | 횒째w횒째wB | 111011011001101010010010111011001010011110111000011101111110110110011010100100101110110010100111101110000111011101000010 | ed9a92eca7b877ed9a92eca7b87742 |
UHC | 횒째w횒째wB | 1100001110001101110000101011000001110111110000111000110111000010101100000111011101000010 | c38dc2b077c38dc2b07742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)