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 | 奚??釘?奚 | 100110101111011000111111001111111001001101000010001111111001101011110110 | 9af63f3f93423f9af6 |
EUC-JP | 奚??釘?奚 | 110101001111100000111111001111111100010110100011001111111101010011111000 | d4f83f3fc5a33fd4f8 |
UTF-8 | 奚쇤썅釘렫奚 | 111001011010010110011010111011001000011110100100111011001000110110000101111010011000011110011000111010111010000010101011111001011010010110011010 | e5a59aec87a4ec8d85e98798eba0abe5a59a |
UHC | 奚쇤썅釘렫奚 | 111110101010100010111100111010011011110111100000111011111111100110001110101110011111101010101000 | faa8bce9bde0eff98eb9faa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)