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 | 奪^c^ | 111001011010010110101010010111100110001101011110 | e5a5aa5e635e |
SJIS-WIN | ?¥?^c^ | 00111111100000011000111100111111010111100110001101011110 | 3f818f3f5e635e |
EUC-JP | å?ª^c^ | 10001111101010111010100100111111100011111010001011101100010111100110001101011110 | 8faba93f8fa2ec5e635e |
UTF-8 | 奪^c^ | 110000111010010111000010101001011100001010101010010111100110001101011110 | c3a5c2a5c2aa5e635e |
UHC | ??ª^c^ | 00111111001111111010100010100011010111100110001101011110 | 3f3fa8a35e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)