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 | 闍廷洙 | 111010001000101110010010111011001001111110101010 | e88b92ec9faa |
EUC-JP | 闍廷洙 | 111011111110101111000100111011101101111010101100 | efebc4eedeac |
UTF-8 | 闍廷洙 | 111010011001011110001101111001011011101110110111111001101011010010011001 | e9978de5bbb7e6b499 |
UHC | ?廷洙 | 0011111111101111110101011110001010101010 | 3fefd5e2aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)