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 | 凝?煉 | 1000101111000011001111111001011111111001 | 8bc33f97f9 |
EUC-JP | 凝?煉 | 1011011011000101001111111100111011111011 | b6c53fcefb |
UTF-8 | 凝쯩煉 | 111001011000011110011101111011001010111110101001111001111000010110001001 | e5879decafa9e78589 |
UHC | 凝쯩煉 | 111010111110101011000010111011011101011010100001 | ebeac2edd6a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)