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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蛟懍└ | 111001011000000010011100111011001000010010100100 | e5809cec84a4 |
EUC-JP | 蛟懍└ | 111010011110000011011000111011101010100010100110 | e9e0d8eea8a6 |
UTF-8 | 蛟懍└ | 111010001001101110011111111001101000011110001101111000101001010010010100 | e89b9fe6878de29494 |
UHC | 蛟?└ | 1100111011110001001111111010011010100110 | cef13fa6a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)