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 | 鸙嫉鳰 | 111111000100101010001110101110011110100111101010 | fc4a8eb9e9ea |
EUC-JP | 鸙嫉鳰 | 10001111111011001101011010111100101110111111001011101100 | 8fecd6bcbbf2ec |
UTF-8 | 鸙嫉鳰 | 111010011011100010011001111001011010101110001001111010011011001110110000 | e9b899e5ab89e9b3b0 |
UHC | ?嫉? | 00111111111100101110110000111111 | 3ff2ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)