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 | 111001001110001010111100110111111011110011011110111001001101100001000010 | e4e2bcdfbcdee4d842 |
EUC-JP | 葢シ゚ジ蒭B | 11101000111001001000111010111100100011101101111110001110101111001000111011011110111010001101101001000010 | e8e48ebc8edf8ebc8edee8da42 |
UTF-8 | 葢シ゚ジ蒭B | 11101000100100011010001011101111101111011011110011101111101111101001111111101111101111011011110011101111101111101001111011101000100100101010110101000010 | e891a2efbdbcefbe9fefbdbcefbe9ee892ad42 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)