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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 予??泣h? | 100101110101110000111111001111111000101110000011100000101000100000111111 | 975c3f3f8b8382883f |
EUC-JP | 予??泣h? | 110011011011110100111111001111111011010111100011101000111110100000111111 | cdbd3f3fb5e3a3e83f |
UTF-8 | 予쀬옋泣h쁻 | 111001001011101010001000111011001000000010101100111011001001100010001011111001101011001110100011111011111011110110001000111011001000000110111011 | e4ba88ec80acec988be6b3a3efbd88ec81bb |
UHC | 予쀬옋泣h쁻 | 111001011111100010010111111011001001111010010011111010111110100010100011111010001001100010000010 | e5f897ec9e93ebe8a3e89882 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)