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 | 隍ォ蠑・謔ェ | 111010001010010010101011111001011011110010100101111001101000001010101010 | e8a4abe5bca5e682aa |
EUC-JP | 隍ォ蠑・謔ェ | 111100001010011010001110101010111110101010111110100011101010010111101011111000101000111010101010 | f0a68eabeabe8ea5ebe28eaa |
UTF-8 | 隍ォ蠑・謔ェ | 111010011001101010001101111011111011110110101011111010001010000010010001111011111011110110100101111010001010110010010100111011111011110110101010 | e99a8defbdabe8a091efbda5e8ac94efbdaa |
UHC | 隍???謔? | 1111110011011011001111110011111100111111111110011100110000111111 | fcdb3f3f3ff9cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)