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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 薰ョ軏敬h | 1111101110011110101011101111101110110010100011000110100001101000 | fb9eaefbb28c6868 |
EUC-JP | ?ョ軏敬h | 001111111000111010101110100011111110000011011001101101111100100101101000 | 3f8eae8fe0d9b7c968 |
UTF-8 | 薰ョ軏敬h | 11101000100101101011000011101111101111011010111011101000101110111000111111100110100101011010110001101000 | e896b0efbdaee8bb8fe695ac68 |
UHC | 薰??敬h | 11111101101110010011111100111111110011001101011101101000 | fdb93f3fccd768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)