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 | 宍豺社 | 100011101011001111100110101101111000111011010000 | 8eb3e6b78ed0 |
EUC-JP | 宍豺社 | 101111001011010111101100101110011011110011010010 | bcb5ecb9bcd2 |
UTF-8 | 宍豺社 | 111001011010111010001101111010001011000110111010111001111010010010111110 | e5ae8de8b1bae7a4be |
UHC | ?豺社 | 0011111111100011110011111101111011100100 | 3fe3cfdee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)