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 | 褸種帥 | 111001011111100010001110111011011001000010000011 | e5f88eed9083 |
EUC-JP | 褸種帥 | 111010101111101010111100111011111011111111100011 | eafabcefbfe3 |
UTF-8 | 褸種帥 | 111010001010010010111000111001111010100010101110111001011011100010100101 | e8a4b8e7a8aee5b8a5 |
UHC | 褸種帥 | 110101111010111011110000111110101110000111111101 | d7aef0fae1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)