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 | 囚?囚 | 1000111011111010001111111000111011111010 | 8efa3f8efa |
EUC-JP | 囚堧囚 | 10111100111111001000111110111000101010001011110011111100 | bcfc8fb8a8bcfc |
UTF-8 | 囚堧囚 | 111001011001101110011010111001011010000010100111111001011001101110011010 | e59b9ae5a0a7e59b9a |
UHC | 囚堧囚 | 111000011111011011100110110000001110000111110110 | e1f6e6c0e1f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)