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 | 1110000110101111111110011111101001110110111000011010111111111001111110100111011001000010 | e1aff9fa76e1aff9fa7642 |
EUC-JP | 皹?v皹?vB | 111000101011000100111111011101101110001010110001001111110111011001000010 | e2b13f76e2b13f7642 |
UTF-8 | 皹v皹vB | 111001111001101010111001111011101001110110010101011101101110011110011010101110011110111010011101100101010111011001000010 | e79ab9ee9d9576e79ab9ee9d957642 |
UHC | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)