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??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 鴉??h鴉?? | 111010011110101100111111001111110110100011101001111010110011111100111111 | e9eb3f3f68e9eb3f3f |
EUC-JP | 鴉??h鴉?? | 111100101110110100111111001111110110100011110010111011010011111100111111 | f2ed3f3f68f2ed3f3f |
UTF-8 | 鴉덂떦h鴉덂떦 | 11101001101101001000100111101011100011011000001011101011100101101010011001101000111010011011010010001001111010111000110110000010111010111001011010100110 | e9b489eb8d82eb96a668e9b489eb8d82eb96a6 |
UHC | 鴉덂떦h鴉덂떦 | 11100100101111001000100011100101100010111011100101101000111001001011110010001000111001011000101110111001 | e4bc88e58bb968e4bc88e58bb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)