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 | 顋懌悪 | 111010001111100110011100111000101000100010101011 | e8f99ce288ab |
EUC-JP | 顋懌悪 | 111100001111101111011000111001001011000010101101 | f0fbd8e4b0ad |
UTF-8 | 顋懌悪 | 111010011010000110001011111001101000011110001100111001101000001010101010 | e9a18be6878ce682aa |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)