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 | 在면렋랜 | 111001011001110010101000111010111010100110110100111010111010000010001011111010111001111010011100 | e59ca8eba9b4eba08beb9e9c |
UHC | 在면렋랜 | 1110111010100100101110001110100110001110101000101011011110100011 | eea4b8e98ea2b7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)