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 | ??魏??違^ | 001111110011111111101001101100000011111100111111100010001110000101011110 | 3f3fe9b03f3f88e15e |
EUC-JP | ??魏??違^ | 001111110011111111110010101100100011111100111111101100001110001101011110 | 3f3ff2b23f3fb0e35e |
UTF-8 | 렱롉魏렱롉違^ | 11101011101000001011000111101011101000011000100111101001101011011000111111101011101000001011000111101011101000011000100111101001100000011001010101011110 | eba0b1eba189e9ad8feba0b1eba189e981955e |
UHC | 렱롉魏렱롉違^ | 10001110101111101000111011001111111010101110000010001110101111101000111011001111111010101101111001011110 | 8ebe8ecfeae08ebe8ecfeade5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)