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 | ?寒荊?荊 | 0011111110001010101001101000110001110100001111111000110001110100 | 3f8aa68c743f8c74 |
EUC-JP | ?寒荊?荊 | 0011111110110100101010001011011111010101001111111011011111010101 | 3fb4a8b7d53fb7d5 |
UTF-8 | 뤋寒荊ⓓ荊 | 111010111010010010001011111001011010111110010010111010001000110110001010111000101001001110010011111010001000110110001010 | eba48be5af92e88d8ae29393e88d8a |
UHC | 뤋寒荊ⓓ荊 | 10001111101110111111100111001110111110111010101010101000110100001111101110101010 | 8fbbf9cefbaaa8d0fbaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)