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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 虞?滔 | 1000101111110001001111111001111111101011 | 8bf13f9feb |
EUC-JP | 虞?滔 | 1011011011110011001111111101111011101101 | b6f33fdeed |
UTF-8 | 虞쿠滔 | 111010001001100110011110111011001011111110100000111001101011101110010100 | e8999eecbfa0e6bb94 |
UHC | 虞쿠滔 | 111010011110010111000100111011011101010010100101 | e9e5c4edd4a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)