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 | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 澈狢v澈狢vB | 1111101101001011111000001100000001110110111110110100101111100000110000000111011001000010 | fb4be0c076fb4be0c07642 |
EUC-JP | 澈狢v澈狢vB | 10001111110010001110010111100000110000100111011010001111110010001110010111100000110000100111011001000010 | 8fc8e5e0c2768fc8e5e0c27642 |
UTF-8 | 澈狢v澈狢vB | 111001101011111010001000111001111000101110100010011101101110011010111110100010001110011110001011101000100111011001000010 | e6be88e78ba276e6be88e78ba27642 |
UHC | 澈?v澈?vB | 111101001100110100111111011101101111010011001101001111110111011001000010 | f4cd3f76f4cd3f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)