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 | ??????k | 00111111001111110011111100111111001111110011111101101011 | 3f3f3f3f3f3f6b |
SJIS-WIN | 禎???耘?k | 100100101111010100111111001111110011111111100011110011110011111101101011 | 92f53f3f3fe3cf3f6b |
EUC-JP | 禎?雩?耘?k | 1100010011110111001111111000111111100110111110100011111111100110110100010011111101101011 | c4f73f8fe6fa3fe6d13f6b |
UTF-8 | 禎렓雩렮耘렚k | 11100111101001101000111011101011101000001001001111101001100110111010100111101011101000001010111011101000100000001001100011101011101000001001101001101011 | e7a68eeba093e99ba9eba0aee88098eba09a6b |
UHC | 禎렓雩렮耘렚k | 11101111111011101000111010101000111010011110110010001110101110111110100111111100100011101010110101101011 | efee8ea8e9ec8ebbe9fc8ead6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)