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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ー迴「? | 1011000011100111100011111010001000111111 | b0e78fa23f |
EUC-JP | ー迴「鐯 | 100011101011000011101101111011111000111010100010100011111110010111100001 | 8eb0edef8ea28fe5e1 |
UTF-8 | ー迴「鐯 | 111011111011110110110000111010001011111110110100111011111011110110100010111010011001000010101111 | efbdb0e8bfb4efbda2e990af |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)