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 | 鸙シヲ渉 | 111111000100101010111100101001101000111111000010 | fc4abca68fc2 |
EUC-JP | 鸙シヲ渉 | 100011111110110011010110100011101011110010001110101001101011111011000100 | 8fecd68ebc8ea6bec4 |
UTF-8 | 鸙シヲ渉 | 111010011011100010011001111011111011110110111100111011111011110110100110111001101011100010001001 | e9b899efbdbcefbda6e6b889 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)