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 | 蛛馬禁 | 111001011000000110010100011011101000101111010110 | e581946e8bd6 |
EUC-JP | 蛛馬禁 | 111010011110000111000111110011111011011011011000 | e9e1c7cfb6d8 |
UTF-8 | 蛛馬禁 | 111010001001101110011011111010011010011010101100111001111010011010000001 | e89b9be9a6ace7a681 |
UHC | 蛛馬禁 | 111100011100100011011000101010011101000011010111 | f1c8d8a9d0d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)