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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 鴉??h鴉 | 11101001111010110011111100111111011010001110100111101011 | e9eb3f3f68e9eb |
EUC-JP | 鴉??h鴉 | 11110010111011010011111100111111011010001111001011101101 | f2ed3f3f68f2ed |
UTF-8 | 鴉덂떦h鴉 | 11101001101101001000100111101011100011011000001011101011100101101010011001101000111010011011010010001001 | e9b489eb8d82eb96a668e9b489 |
UHC | 鴉덂떦h鴉 | 111001001011110010001000111001011000101110111001011010001110010010111100 | e4bc88e58bb968e4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)