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 | 幄崗鹹 | 100110111110100010011011101111001110101001100011 | 9be89bbcea63 |
EUC-JP | 幄崗鹹 | 110101101110101011010110101111101111001111000100 | d6ead6bef3c4 |
UTF-8 | 幄崗鹹 | 111001011011100110000100111001011011010010010111111010011011100110111001 | e5b984e5b497e9b9b9 |
UHC | 幄崗鹹 | 111001001100000111001011101010111111100111101001 | e4c1cbabf9e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)