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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??贈???? | 0011111100111111100100011010000100111111001111110011111100111111 | 3f3f91a13f3f3f3f |
EUC-JP | ??贈???? | 0011111100111111110000101010001100111111001111110011111100111111 | 3f3fc2a33f3f3f3f |
UTF-8 | 亐렋贈펠蘭亐렋 | 111001001011101010010000111010111010000010001011111010001011010010001000111011011000111010100000111011111010010010011111111001001011101010010000111010111010000010001011 | e4ba90eba08be8b488ed8ea0efa49fe4ba90eba08b |
UHC | 亐렋贈펠蘭亐렋 | 1110101010100111100011101010001011110001111111001100011011100111110100011111000011101010101001111000111010100010 | eaa78ea2f1fcc6e7d1f0eaa78ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)