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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 茹??肉ο? | 111001001010010100111111001111111001001111110111100000111100110100111111 | e4a53f3f93f783cd3f |
EUC-JP | 茹??肉ο? | 111010001010011100111111001111111100011011111001101001101100111100111111 | e8a73f3fc6f9a6cf3f |
UTF-8 | 茹띾맧肉ο㎠ | 1110100010001100101110011110101110011101101111101110101110100111101001111110100010000010100010011100111010111111111000111000111010100000 | e88cb9eb9dbeeba7a7e88289cebfe38ea0 |
UHC | 茹띾맧肉ο㎠ | 111001101010101010001101111010111001000010110000111010111011111110100101111011111010011110110010 | e6aa8deb90b0ebbfa5efa7b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)