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 | 貊イ髀 | 1110011010111011101100101110100110001111 | e6bbb2e98f |
EUC-JP | 貊イ髀 | 111011001011110110001110101100101111000111101111 | ecbd8eb2f1ef |
UTF-8 | 貊イ髀 | 111010001011001010001010111011111011110110110010111010011010101110000000 | e8b28aefbdb2e9ab80 |
UHC | 貊?? | 11011000111001110011111100111111 | d8e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)