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 | ??| | 001111110011111101111100 | 3f3f7c |
SJIS-WIN | ?隅| | 00111111100010111111011101111100 | 3f8bf77c |
EUC-JP | ?隅| | 00111111101101101111100101111100 | 3fb6f97c |
UTF-8 | 잢隅| | 11101100100111101010001011101001100110101000010101111100 | ec9ea2e99a857c |
UHC | 잢隅| | 1001111111110001111010011110101001111100 | 9ff1e9ea7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)