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 | 驕冗セ馨 | 11101001100000011000111111100111101111101000101001011101 | e9818fe7be8a5d |
EUC-JP | 驕冗セ馨 | 1111000111100001101111101110100110001110101111101011001110111110 | f1e1bee98ebeb3be |
UTF-8 | 驕冗セ馨 | 111010011010100110010101111001011000011010010111111011111011110110111110111010011010011010101000 | e9a995e58697efbdbee9a6a8 |
UHC | 驕冗?馨 | 11001110111101101110100110110111001111111111101110110000 | cef6e9b73ffbb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)