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 | 瑚??? | 1000110011101000001111110011111100111111 | 8ce83f3f3f |
EUC-JP | 瑚??? | 1011100011101010001111110011111100111111 | b8ea3f3f3f |
UTF-8 | 瑚쾡렋렞 | 111001111001000110011010111011001011111010100001111010111010000010001011111010111010000010011110 | e7919aecbea1eba08beba09e |
UHC | 瑚쾡렋렞 | 1111101111010001110001001110100110001110101000101000111010101111 | fbd1c4e98ea28eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)