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 | 111010111011000110101111111010111010000110101110011101101110101110110001101011111110101110100001101011100111011001000010 | ebb1afeba1ae76ebb1afeba1ae7642 |
UHC | 뱯롮v뱯롮vB | 1001001110010101100011101110110001110110100100111001010110001110111011000111011001000010 | 93958eec7693958eec7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)