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 | 1000100110101111001111111000001111001000100010011010111100111111100000111100100001000010 | 89af3f83c889af3f83c842 |
EUC-JP | 憶?κ憶?κB | 1011001010110001001111111010011011001010101100101011000100111111101001101100101001000010 | b2b13fa6cab2b13fa6ca42 |
UTF-8 | 憶뷴κ憶뷴κB | 1110011010000110101101101110101110110111101101001100111010111010111001101000011010110110111010111011011110110100110011101011101001000010 | e686b6ebb7b4cebae686b6ebb7b4ceba42 |
UHC | 憶뷴κ憶뷴κB | 11100101111000111011101011100101101001011110101011100101111000111011101011100101101001011110101001000010 | e5e3bae5a5eae5e3bae5a5ea42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)