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 | ????吾?^ | 0011111100111111001111110011111110001100111000010011111101011110 | 3f3f3f3f8ce13f5e |
EUC-JP | ????吾?^ | 0011111100111111001111110011111110111000111000110011111101011110 | 3f3f3f3fb8e33f5e |
UTF-8 | 렱렚소씬吾렣^ | 11101011101000001011000111101011101000001001101011101100100001101000110011101100100101001010110011100101100100001011111011101011101000001010001101011110 | eba0b1eba09aec868cec94ace590beeba0a35e |
UHC | 렱렚소씬吾렣^ | 10001110101111101000111010101101101111001101001010111110110000001110011111101110100011101011010001011110 | 8ebe8eadbcd2bec0e7ee8eb45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)