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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 葢シル蔔シキB | 111001001110001010111100110110011110010011110111101111001011011101000010 | e4e2bcd9e4f7bcb742 |
EUC-JP | 葢シル蔔シキB | 11101000111001001000111010111100100011101101100111101000111110011000111010111100100011101011011101000010 | e8e48ebc8ed9e8f98ebc8eb742 |
UTF-8 | 葢シル蔔シキB | 11101000100100011010001011101111101111011011110011101111101111101001100111101000100101001001010011101111101111011011110011101111101111011011011101000010 | e891a2efbdbcefbe99e89494efbdbcefbdb742 |
UHC | ???蔔??B | 0011111100111111001111111101110011011011001111110011111101000010 | 3f3f3fdcdb3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)