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 | 円??揖? | 10001001011111100011111100111111100101110100101100111111 | 897e3f3f974b3f |
EUC-JP | 円??揖? | 10110001110111110011111100111111110011011010110000111111 | b1df3f3fcdac3f |
UTF-8 | 円ㅻ뙋揖뉸 | 111001011000011010000110111000111000010110111011111010111001100110001011111001101000111110010110111010111000100110111000 | e58686e385bbeb998be68f96eb89b8 |
UHC | 円ㅻ뙋揖뉸 | 11100101111101111010010011101011100011001001000011101011111001111000100001001000 | e5f7a4eb8c90ebe78848 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)