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 | 顋崔撼 | 111010001111100110011011110000011001110110011110 | e8f99bc19d9e |
EUC-JP | 顋崔撼 | 111100001111101111010110110000111101100111111110 | f0fbd6c3d9fe |
UTF-8 | 顋崔撼 | 111010011010000110001011111001011011010010010100111001101001001010111100 | e9a18be5b494e692bc |
UHC | ?崔? | 00111111111101011100101100111111 | 3ff5cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)