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 | 乘彧愁 | 100110001010100111111010101110011000111101000100 | 98a9fab98f44 |
EUC-JP | 乘彧愁 | 11010000101010111000111110111100111111101011110110100101 | d0ab8fbcfebda5 |
UTF-8 | 乘彧愁 | 111001001011100110011000111001011011110110100111111001101000010010000001 | e4b998e5bda7e68481 |
UHC | 乘彧愁 | 111000111010101111101001111011101110000111111110 | e3abe9eee1fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)