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 | 在??? | 1000110111011101001111110011111100111111 | 8ddd3f3f3f |
EUC-JP | 在??? | 1011101011011111001111110011111100111111 | badf3f3f3f |
UTF-8 | 在쇤렋빰 | 111001011001110010101000111011001000011110100100111010111010000010001011111010111011100110110000 | e59ca8ec87a4eba08bebb9b0 |
UHC | 在쇤렋빰 | 1110111010100100101111001110100110001110101000101011101110100011 | eea4bce98ea2bba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)