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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 羈fぇ | 111000111011000110000010100001101000001010100101 | e3b1828682a5 |
EUC-JP | 羈fぇ | 111001101011001110100011111001101010010010100111 | e6b3a3e6a4a7 |
UTF-8 | 羈fぇ | 111001111011111010001000111011111011110110000110111000111000000110000111 | e7be88efbd86e38187 |
UHC | 羈fぇ | 110100011011110010100011111001101010101010100111 | d1bca3e6aaa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)