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 | 耀??亥?? | 1001011101110011001111110011111110001000111001010011111100111111 | 97733f3f88e53f3f |
EUC-JP | 耀??亥?? | 1100110111010100001111110011111110110000111001110011111100111111 | cdd43f3fb0e73f3f |
UTF-8 | 耀믪궊亥뗥♤ | 111010001000000010000000111010111010111110101010111010101011011010001010111001001011101010100101111010111001011110100101111000101001100110100100 | e88080ebafaaeab68ae4baa5eb97a5e299a4 |
UHC | 耀믪궊亥뗥♤ | 111010011010010110010010111011001000001010100001111110101010010010001011111001011010001010111011 | e9a592ec82a1faa48be5a2bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)