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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霎懃┣礪 | 1110100010111110100111001110011110000100101100001110000111101000 | e8be9ce784b0e1e8 |
EUC-JP | 霎懃┣礪 | 1111000011000000110110001110100110101000101100101110001011101010 | f0c0d8e9a8b2e2ea |
UTF-8 | 霎懃┣礪 | 111010011001110010001110111001101000011110000011111000101001010010100011111001111010010010101010 | e99c8ee68783e294a3e7a4aa |
UHC | ?懃┣礪 | 00111111110100001100010010100110101100101101010111101100 | 3fd0c4a6b2d5ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)