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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 耀? | 100101110111001100111111 | 97733f |
EUC-JP | 耀瘀 | 1100110111010100100011111100110111100011 | cdd48fcde3 |
UTF-8 | 耀瘀 | 111010001000000010000000111001111001100010000000 | e88080e79880 |
UHC | 耀瘀 | 11101001101001011110010111011100 | e9a5e5dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)