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 | 1110000110110011111010011110000101110110111000011011001111101001111000010111011001000010 | e1b3e9e176e1b3e9e17642 |
EUC-JP | 盖鱆v盖鱆vB | 1110001010110101111100101110001101110110111000101011010111110010111000110111011001000010 | e2b5f2e376e2b5f2e37642 |
UTF-8 | 盖鱆v盖鱆vB | 111001111001101110010110111010011011000110000110011101101110011110011011100101101110100110110001100001100111011001000010 | e79b96e9b18676e79b96e9b1867642 |
UHC | 盖?v盖?vB | 110010111100110000111111011101101100101111001100001111110111011001000010 | cbcc3f76cbcc3f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)