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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ホエ^ | 1100111011110110110100101011010001011110 | cef6d2b45e |
EUC-JP | ホ?エ^ | 100011101100111000111111100011101011010001011110 | 8ece3f8eb45e |
UTF-8 | ホエ^ | 11101111101111101000111011101110100100111011100111101111101111011011010001011110 | efbe8eee93b9efbdb45e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)