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 | 遏ョ繞キ繧ェ | 111001111001111110101110111000111000010110110111111000111000001010101010 | e79faee385b7e382aa |
EUC-JP | 遏ョ繞キ繧ェ | 111011101010000110001110101011101110010111100101100011101011011111100101111000101000111010101010 | eea18eaee5e58eb7e5e28eaa |
UTF-8 | 遏ョ繞キ繧ェ | 111010011000000110001111111011111011110110101110111001111011100110011110111011111011110110110111111001111011100110100111111011111011110110101010 | e9818fefbdaee7b99eefbdb7e7b9a7efbdaa |
UHC | ??繞??? | 00111111001111111110100110100100001111110011111100111111 | 3f3fe9a43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)