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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??制耿?? | 0011111100111111100100001010011111100011110101000011111100111111 | 3f3f90a7e3d43f3f |
EUC-JP | ??制耿?? | 0011111100111111110000001010100111100110110101100011111100111111 | 3f3fc0a9e6d63f3f |
UTF-8 | 亐렕制耿렧렢 | 111001001011101010010000111010111010000010010101111001011000100010110110111010001000000010111111111010111010000010100111111010111010000010100010 | e4ba90eba095e588b6e880bfeba0a7eba0a2 |
UHC | 亐렕制耿렧렢 | 111010101010011110001110101010101111000010100100110011001110101010001110101101101000111010110011 | eaa78eaaf0a4ccea8eb68eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)