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 | 00111111001111110011111101110110 | 3f3f3f76 |
SJIS-WIN | 掌??v | 1000111110110110001111110011111101110110 | 8fb63f3f76 |
EUC-JP | 掌??v | 1011111010111000001111110011111101110110 | beb83f3f76 |
UTF-8 | 掌㎬걼v | 11100110100011101000110011100011100011101010110011101010101100011011110001110110 | e68e8ce38eaceab1bc76 |
UHC | 掌㎬걼v | 11101101111001101010011111101000100000011001111101110110 | ede6a7e8819f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)