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 | 雜吝彫 | 111010001011011010011001111001011001001010100100 | e8b699e592a4 |
EUC-JP | 雜吝彫 | 111100001011100011010010111001111100010010100110 | f0b8d2e7c4a6 |
UTF-8 | 雜吝彫 | 111010011001101110011100111001011001000010011101111001011011110110101011 | e99b9ce5909de5bdab |
UHC | 雜吝彫 | 111011011101101011010111111100001111000011000001 | eddad7f0f0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)