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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 倭↑?悅? | 1001100001100000100000011010101000111111111110101011110100111111 | 986081aa3ffabd3f |
EUC-JP | 倭↑??? | 11001111110000011010001010101100001111110011111100111111 | cfc1a2ac3f3f3f |
UTF-8 | 倭↑굷悅얌 | 111001011000000010101101111000101000011010010001111010101011010110110111111001101000001010000101111011001001011010001100 | e580ade28691eab5b7e68285ec968c |
UHC | 倭↑굷悅얌 | 11101000110111101010000111101000100000101001011011100110111011011011111011100100 | e8dea1e88296e6edbee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)