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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?ョ??ユ?^ | 001111111000001110000111001111110011111110000011100001100011111101011110 | 3f83873f3f83863f5e |
EUC-JP | ?ョ??ユ?^ | 001111111010010111100111001111110011111110100101111001100011111101011110 | 3fa5e73f3fa5e63f5e |
UTF-8 | 驪ョ퉫驪ユ짎^ | 11101111101001101000011111100011100000111010011111101101100010011010101111101111101001101000011111100011100000111010011011101100101001111000111001011110 | efa687e383a7ed89abefa687e383a6eca78e5e |
UHC | 驪ョ퉫驪ユ짎^ | 11100110101011111010101111100111101110011000001111100110101011111010101111100110101000111001101001011110 | e6afabe7b983e6afabe6a39a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)