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 | 111010111001110010100000111010111010000110101110011101101110101110011100101000001110101110100001101011100111011001000010 | eb9ca0eba1ae76eb9ca0eba1ae7642 |
UHC | 뜠롮v뜠롮vB | 1000110110100011100011101110110001110110100011011010001110001110111011000111011001000010 | 8da38eec768da38eec7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)