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 | 莊。ヘ茯 | 111001001011010110100001110011011110010010101000 | e4b5a1cde4a8 |
EUC-JP | 莊。ヘ茯 | 1110100010110111100011101010000110001110110011011110100010101010 | e8b78ea18ecde8aa |
UTF-8 | 莊。ヘ茯 | 111010001000111010001010111011111011110110100001111011111011111010001101111010001000110010101111 | e88e8aefbda1efbe8de88caf |
UHC | 莊??茯 | 111011011111011000111111001111111101110011011010 | edf63f3fdcda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)