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 | 蛟滄ョ | 1110010110000000100111111110100110101110 | e5809fe9ae |
EUC-JP | 蛟滄ョ | 111010011110000011011110111010111000111010101110 | e9e0deeb8eae |
UTF-8 | 蛟滄ョ | 111010001001101110011111111001101011101110000100111011111011110110101110 | e89b9fe6bb84efbdae |
UHC | 蛟滄? | 1100111011110001111100111110011100111111 | cef1f3e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)