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 | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
EUC-JP | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
UTF-8 | 옩묉v옩묉vB | 111011001001100010101001111010111010110010001001011101101110110010011000101010011110101110101100100010010111011001000010 | ec98a9ebac8976ec98a9ebac897642 |
UHC | 옩묉v옩묉vB | 1001111010101000100100011110011001110110100111101010100010010001111001100111011001000010 | 9ea891e6769ea891e67642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)