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 | 逵?? | 11100111100111000011111100111111 | e79c3f3f |
EUC-JP | 逵?玹 | 111011011111110000111111100011111100101111100100 | edfc3f8fcbe4 |
UTF-8 | 逵뤺玹 | 111010011000000010110101111010111010010010111010111001111000111010111001 | e980b5eba4bae78eb9 |
UHC | 逵뤺玹 | 110100001011000010001111111010001111101011011101 | d0b08fe8fadd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)