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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 曖???? | 100111100100001000111111001111110011111100111111 | 9e423f3f3f3f |
EUC-JP | 曖???瀯 | 1101101110100011001111110011111100111111100011111100100110110010 | dba33f3f3f8fc9b2 |
UTF-8 | 曖럡랡뿑瀯 | 111001101001101110010110111010111001111110100001111010111001111010100001111010111011111110010001111001111000000010101111 | e69b96eb9fa1eb9ea1ebbf91e780af |
UHC | 曖럡랡뿑瀯 | 11100100111100101000111010000100100011100100001010010111100101011110011110111011 | e4f28e848e429795e7bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)