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 | 111011001011000010111100111011011001101010100111011101101110110010110000101111001110110110011010101001110111011001000010 | ecb0bced9aa776ecb0bced9aa77642 |
UHC | 찼횧v찼횧vB | 1100001110100001110000111001111001110110110000111010000111000011100111100111011001000010 | c3a1c39e76c3a1c39e7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)