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 | 虞??? | 1000101111110001001111110011111100111111 | 8bf13f3f3f |
EUC-JP | 虞??? | 1011011011110011001111110011111100111111 | b6f33f3f3f |
UTF-8 | 虞쾅렪렏 | 111010001001100110011110111011001011111010000101111010111010000010101010111010111010000010001111 | e8999eecbe85eba0aaeba08f |
UHC | 虞쾅렪렏 | 1110100111100101110001001110011110001110101110001000111010100101 | e9e5c4e78eb88ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)