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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蠕キ蝓滉ク | 1110010110111110101101111110010110011111100111111110010010111000 | e5beb7e59f9fe4b8 |
EUC-JP | 蠕キ蝓滉ク | 11101010110000001000111010110111111010101010000111011110111001101000111010111000 | eac08eb7eaa1dee68eb8 |
UTF-8 | 蠕キ蝓滉ク | 111010001010000010010101111011111011110110110111111010001001110110010011111001101011101110001001111011111011110110111000 | e8a095efbdb7e89d93e6bb89efbdb8 |
UHC | ???滉? | 001111110011111100111111111111001101000100111111 | 3f3f3ffcd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)