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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髯ス蜩亥嶋 | 111010011001100110111101111001011001001110001000111001011001001110001000 | e999bde59388e59388 |
EUC-JP | 髯ス蜩亥嶋 | 11110001111110011000111010111101111010011111001110110000111001111100010111101000 | f1f98ebde9f3b0e7c5e8 |
UTF-8 | 髯ス蜩亥嶋 | 111010011010101110101111111011111011110110111101111010001001110010101001111001001011101010100101111001011011011010001011 | e9abafefbdbde89ca9e4baa5e5b68b |
UHC | ???亥嶋 | 00111111001111110011111111111010101001001101001111110111 | 3f3f3ffaa4d3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)