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 | 泣?事 | 1000101110000011001111111000111010010110 | 8b833f8e96 |
EUC-JP | 泣?事 | 1011010111100011001111111011101111110110 | b5e33fbbf6 |
UTF-8 | 泣잴事 | 111001101011001110100011111011001001111010110100111001001011101010001011 | e6b3a3ec9eb4e4ba8b |
UHC | 泣잴事 | 111010111110100011000000111010101101111011000000 | ebe8c0eadec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)