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 | 迪也侠迢但 | 11100111100011001001011011100111100010111010000011100111100010111001001001000001 | e78c96e78ba0e78b9241 |
EUC-JP | 迪也侠迢但 | 11101101111011001100110011101001101101101010001011101101111010111100001110100010 | edeccce9b6a2edebc3a2 |
UTF-8 | 迪也侠迢但 | 111010001011111110101010111001001011100110011111111001001011111010100000111010001011111110100010111001001011110110000110 | e8bfaae4b99fe4bea0e8bfa2e4bd86 |
UHC | 迪也??但 | 1110111011101000111001011010010100111111001111111101001110100011 | eee8e5a53f3fd3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)