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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 涌喟鱆h | 10010111010011111001101001011111111010011110000101101000 | 974f9a5fe9e168 |
EUC-JP | 涌喟鱆h | 11001101101100001101001111000000111100101110001101101000 | cdb0d3c0f2e368 |
UTF-8 | 涌喟鱆h | 11100110101101101000110011100101100101101001111111101001101100011000011001101000 | e6b68ce5969fe9b18668 |
UHC | 涌??h | 1110100110111111001111110011111101101000 | e9bf3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)