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 | 111010111010110110101000111010111010110010001000011101101110101110101101101010001110101110101100100010000111011001000010 | ebada8ebac8876ebada8ebac887642 |
UHC | 뭨묈v뭨묈vB | 1001001001110010100100011110010101110110100100100111001010010001111001010111011001000010 | 927291e576927291e57642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)