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 | 鳧叱鋕 | 111010011110100010001110101101101111101111010100 | e9e88eb6fbd4 |
EUC-JP | 鳧叱鋕 | 11110010111010101011110010111000100011111110010011000000 | f2eabcb88fe4c0 |
UTF-8 | 鳧叱鋕 | 111010011011001110100111111001011000111110110001111010011000101110010101 | e9b3a7e58fb1e98b95 |
UHC | 鳧叱? | 1101110111000000111100101110101000111111 | ddc0f2ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)