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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 鋧疾h鋧 | 11111011110011111000111010111110011010001111101111001111 | fbcf8ebe68fbcf |
EUC-JP | 鋧疾h鋧 | 100011111110010011001011101111001100000001101000100011111110010011001011 | 8fe4cbbcc0688fe4cb |
UTF-8 | 鋧疾h鋧 | 11101001100010111010011111100111100101101011111001101000111010011000101110100111 | e98ba7e796be68e98ba7 |
UHC | ?疾h? | 0011111111110010111100000110100000111111 | 3ff2f0683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)