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 | 徇?? | 10011100011011010011111100111111 | 9c6d3f3f |
EUC-JP | 徇?? | 11010111110011100011111100111111 | d7ce3f3f |
UTF-8 | 徇걡댗 | 111001011011111010000111111010101011000110100001111010111000110010010111 | e5be87eab1a1eb8c97 |
UHC | 徇걡댗 | 111000101101111110000001100010101000100010111011 | e2df818a88bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)