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 | ????]H | 001111110011111100111111001111110101110101001000 | 3f3f3f3f5d48 |
SJIS-WIN | 繒磐??]H | 1111101110001111100101001101011000111111001111110101110101001000 | fb8f94d63f3f5d48 |
EUC-JP | 繒磐??]H | 100011111101010011010100110010001101100000111111001111110101110101001000 | 8fd4d4c8d83f3f5d48 |
UTF-8 | 繒磐렰렱]H | 1110011110111001100100101110011110100011100100001110101110100000101100001110101110100000101100010101110101001000 | e7b992e7a390eba0b0eba0b15d48 |
UHC | 繒磐렰렱]H | 11110001111110011101101011110001100011101011110110001110101111100101110101001000 | f1f9daf18ebd8ebe5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)