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?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | 鴉??h鴉? | 1110100111101011001111110011111101101000111010011110101100111111 | e9eb3f3f68e9eb3f |
EUC-JP | 鴉??h鴉? | 1111001011101101001111110011111101101000111100101110110100111111 | f2ed3f3f68f2ed3f |
UTF-8 | 鴉띿폀h鴉띿 | 11101001101101001000100111101011100111011011111111101101100011111000000001101000111010011011010010001001111010111001110110111111 | e9b489eb9dbfed8f8068e9b489eb9dbf |
UHC | 鴉띿폀h鴉띿 | 1110010010111100100011011110110010111100100011110110100011100100101111001000110111101100 | e4bc8decbc8f68e4bc8dec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)