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 | ??惡??惡^ | 001111110011111110011100101001100011111100111111100111001010011001011110 | 3f3f9ca63f3f9ca65e |
EUC-JP | ??惡??惡^ | 001111110011111111011000101010000011111100111111110110001010100001011110 | 3f3fd8a83f3fd8a85e |
UTF-8 | 롇렟惡롇렟惡^ | 11101011101000011000011111101011101000001001111111100110100000111010000111101011101000011000011111101011101000001001111111100110100000111010000101011110 | eba187eba09fe683a1eba187eba09fe683a15e |
UHC | 롇렟惡롇렟惡^ | 10001110110011011000111010110000111001001100001010001110110011011000111010110000111001001100001001011110 | 8ecd8eb0e4c28ecd8eb0e4c25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)