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 | 雍???? | 111010001011010000111111001111110011111100111111 | e8b43f3f3f3f |
EUC-JP | 雍???? | 111100001011011000111111001111110011111100111111 | f0b63f3f3f3f |
UTF-8 | 雍몄렢곕렍 | 111010011001101110001101111010111010101010000100111010111010000010100010111010101011001110010101111010111010000010001101 | e99b8debaa84eba0a2eab395eba08d |
UHC | 雍몄렢곕렍 | 11101000101111001011100011101100100011101011001110110000111010111000111010100011 | e8bcb8ec8eb3b0eb8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)