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 | ??D??vB | 00111111001111110100010000111111001111110111011001000010 | 3f3f443f3f7642 |
SJIS-WIN | ??D??vB | 00111111001111110100010000111111001111110111011001000010 | 3f3f443f3f7642 |
EUC-JP | ??D??vB | 00111111001111110100010000111111001111110111011001000010 | 3f3f443f3f7642 |
UTF-8 | 횙짯D챨챠vB | 111011011001101010011001111011001010011110101111010001001110110010110001101010001110110010110001101000000111011001000010 | ed9a99eca7af44ecb1a8ecb1a07642 |
UHC | 횙짯D챨챠vB | 1100001110010011110000101010110101000100110000111011000011000011101011010111011001000010 | c393c2ad44c3b0c3ad7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)