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 | 001111111001000001100110011101100011111110010000011001100111011001000010 | 3f9066763f90667642 |
EUC-JP | ?診v?診vB | 001111111011111111000111011101100011111110111111110001110111011001000010 | 3fbfc7763fbfc77642 |
UTF-8 | 솜診v솜診vB | 111011001000011010011100111010001010100010111010011101101110110010000110100111001110100010101000101110100111011001000010 | ec869ce8a8ba76ec869ce8a8ba7642 |
UHC | 솜診v솜診vB | 1011110011011000111100101110000001110110101111001101100011110010111000000111011001000010 | bcd8f2e076bcd8f2e07642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)