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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??耀? | 0011111100111111100101110111001100111111 | 3f3f97733f |
EUC-JP | ??耀? | 0011111100111111110011011101010000111111 | 3f3fcdd43f |
UTF-8 | 稶黎耀잏 | 111001111010100010110110111011111010011010001001111010001000000010000000111011001001111010001111 | e7a8b6efa689e88080ec9e8f |
UHC | 稶黎耀잏 | 1110100111110011111001101011000111101001101001011001111111100111 | e9f3e6b1e9a59fe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)