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 | 111010111011001010100100111011001000011110111100011101101110101110110010101001001110110010000111101111000111011001000010 | ebb2a4ec87bc76ebb2a4ec87bc7642 |
UHC | 벤쇼v벤쇼vB | 1011101010100101101111001110111001110110101110101010010110111100111011100111011001000010 | baa5bcee76baa5bcee7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)