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 | 蛛甞痂 | 111001011000000111100001010100101110000101101111 | e581e152e16f |
EUC-JP | 蛛甞痂 | 111010011110000111100001101100111110000111010000 | e9e1e1b3e1d0 |
UTF-8 | 蛛甞痂 | 111010001001101110011011111001111001010010011110111001111001011110000010 | e89b9be7949ee79782 |
UHC | 蛛?痂 | 1111000111001000001111111100101010110010 | f1c83fcab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)