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 | ??Æ??Æ^ | 00111111001111111100011000111111001111111100011001011110 | 3f3fc63f3fc65e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??Æ??Æ^ | 0011111100111111100011111010100110100001001111110011111110001111101010011010000101011110 | 3f3f8fa9a13f3f8fa9a15e |
UTF-8 | 轢욘Æ轢욘Æ^ | 1110111110100110100011011110110010011010100110001100001110000110111011111010011010001101111011001001101010011000110000111000011001011110 | efa68dec9a98c386efa68dec9a98c3865e |
UHC | 轢욘Æ轢욘Æ^ | 11100110101111001011111111100110101010001010000111100110101111001011111111100110101010001010000101011110 | e6bcbfe6a8a1e6bcbfe6a8a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)