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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 霓懊Η | 111010001011110110011100111000111000001110100101 | e8bd9ce383a5 |
EUC-JP | 霓懊Η | 111100001011111111011000111001011010011010100111 | f0bfd8e5a6a7 |
UTF-8 | 霓懊Η | 1110100110011100100100111110011010000111100010101100111010010111 | e99c93e6878ace97 |
UHC | 霓懊Η | 111001111110011111100111111110001010010111000111 | e7e7e7f8a5c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)