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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??猝??^ | 00111111001111111110000011001010001111110011111101011110 | 3f3fe0ca3f3f5e |
EUC-JP | ??猝??^ | 00111111001111111110000011001100001111110011111101011110 | 3f3fe0cc3f3f5e |
UTF-8 | 렱렗猝서샷^ | 11101011101000001011000111101011101000001001011111100111100011001001110111101100100001001001110011101100100000111011011101011110 | eba0b1eba097e78c9dec849cec83b75e |
UHC | 렱렗猝서샷^ | 1000111010111110100011101010110011110000111100011011110010101101101111001010011001011110 | 8ebe8eacf0f1bcadbca65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)