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 | 騾槭i蟇ョ | 111010011000000010011110111000111000001010001001111001011010111110101110 | e9809ee38289e5afae |
EUC-JP | 騾槭i蟇ョ | 11110001111000001101110011100101101000111110100111101010101100011000111010101110 | f1e0dce5a3e9eab18eae |
UTF-8 | 騾槭i蟇ョ | 111010011010100010111110111001101010011110101101111011111011110110001001111010001001111110000111111011111011110110101110 | e9a8bee6a7adefbd89e89f87efbdae |
UHC | ??i?? | 001111110011111110100011111010010011111100111111 | 3f3fa3e93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)