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 | ???SB | 0011111100111111001111110101001101000010 | 3f3f3f5342 |
SJIS-WIN | 螳溷脅SB | 1110010110101110100111111110010110001011101110100101001101000010 | e5ae9fe58bba5342 |
EUC-JP | 螳溷脅SB | 1110101010110000110111101110011110110110101111000101001101000010 | eab0dee7b6bc5342 |
UTF-8 | 螳溷脅SB | 1110100010011110101100111110011010111010101101111110100010000100100001010101001101000010 | e89eb3e6bab7e884855342 |
UHC | 螳?脅SB | 11010011110110010011111111111010111101100101001101000010 | d3d93ffaf65342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)