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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 銕「遏ゥ碪剰 | 11100111111011001010001011100111100111111010100111100001111100101000111111101000 | e7eca2e79fa9e1f28fe8 |
EUC-JP | 銕「遏ゥ碪剰 | 111011101110111010001110101000101110111010100001100011101010100111100010111101001011111011101010 | eeee8ea2eea18ea9e2f4beea |
UTF-8 | 銕「遏ゥ碪剰 | 111010011000101010010101111011111011110110100010111010011000000110001111111011111011110110101001111001111010001010101010111001011000100110110000 | e98a95efbda2e9818fefbda9e7a2aae589b0 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)