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 | 鞨オ蝟懶ス | 1110100011100000101101011110010110010110100111001110111110111101 | e8e0b5e5969cefbd |
EUC-JP | 鞨オ蝟懶ス | 11110000111000101000111010110101111010011111011011011000111100011000111010111101 | f0e28eb5e9f6d8f18ebd |
UTF-8 | 鞨オ蝟懶ス | 111010011001111010101000111011111011110110110101111010001001110110011111111001101000011110110110111011111011110110111101 | e99ea8efbdb5e89d9fe687b6efbdbd |
UHC | 鞨?蝟懶? | 1100101011101010001111111110101011011010110101001111101100111111 | caea3feadad4fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)