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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 鍈?㎎h鍈 | 1111101001011110001111111000011101110010011010001111101001011110 | fa5e3f877268fa5e |
EUC-JP | 鍈??h鍈 | 100011111110010011101001001111110011111101101000100011111110010011101001 | 8fe4e93f3f688fe4e9 |
UTF-8 | 鍈ㅻ㎎h鍈 | 11101001100011011000100011100011100001011011101111100011100011101000111001101000111010011000110110001000 | e98d88e385bbe38e8e68e98d88 |
UHC | 鍈ㅻ㎎h鍈 | 111001111100110010100100111010111010011110110111011010001110011111001100 | e7cca4eba7b768e7cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)