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 | 喊涌鱆 | 100110100101111010010111010011111110100111100001 | 9a5e974fe9e1 |
EUC-JP | 喊涌鱆 | 110100111011111111001101101100001111001011100011 | d3bfcdb0f2e3 |
UTF-8 | 喊涌鱆 | 111001011001011010001010111001101011011010001100111010011011000110000110 | e5968ae6b68ce9b186 |
UHC | 喊涌? | 1111100111100010111010011011111100111111 | f9e2e9bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)