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 | ????noBF | 0011111100111111001111110011111101101110011011110100001001000110 | 3f3f3f3f6e6f4246 |
SJIS-WIN | 荵滕ーキnoBF | 11100100101110011001111111101100101100001011011101101110011011110100001001000110 | e4b99fecb0b76e6f4246 |
EUC-JP | 荵滕ーキnoBF | 111010001011101111011110111011101000111010110000100011101011011101101110011011110100001001000110 | e8bbdeee8eb08eb76e6f4246 |
UTF-8 | 荵滕ーキnoBF | 11101000100011011011010111100110101110111001010111101111101111011011000011101111101111011011011101101110011011110100001001000110 | e88db5e6bb95efbdb0efbdb76e6f4246 |
UHC | ????noBF | 0011111100111111001111110011111101101110011011110100001001000110 | 3f3f3f3f6e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)