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 | イァリゥノ | 1011001010100111110110001010100111001001 | b2a7d8a9c9 |
EUC-JP | イァリゥノ | 10001110101100101000111010100111100011101101100010001110101010011000111011001001 | 8eb28ea78ed88ea98ec9 |
UTF-8 | イァリゥノ | 111011111011110110110010111011111011110110100111111011111011111010011000111011111011110110101001111011111011111010001001 | efbdb2efbda7efbe98efbda9efbe89 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)