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 | éë¦ú¯ | 1110100110011011100011011110101110010000101001101111101010101111 | e99b8deb90a6faaf |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | é??ë?¦ú¯ | 100011111010101110110001001111110011111110001111101010111011001100111111100011111010001011000011100011111010101111100010100011111010001010110100 | 8fabb13f3f8fabb33f8fa2c38fabe28fa2b4 |
UTF-8 | éë¦ú¯ | 11000011101010011100001010011011110000101000110111000011101010111100001010010000110000101010011011000011101110101100001010101111 | c3a9c29bc28dc3abc290c2a6c3bac2af |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)