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 | 遏ョ繞キ奣 | 1110011110011111101011101110001110000101101101111111101010100011 | e79faee385b7faa3 |
EUC-JP | 遏ョ繞キ奣 | 1110111010100001100011101010111011100101111001011000111010110111100011111011100011111100 | eea18eaee5e58eb78fb8fc |
UTF-8 | 遏ョ繞キ奣 | 111010011000000110001111111011111011110110101110111001111011100110011110111011111011110110110111111001011010010110100011 | e9818fefbdaee7b99eefbdb7e5a5a3 |
UHC | ??繞?? | 001111110011111111101001101001000011111100111111 | 3f3fe9a43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)