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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 上眈ャシサ^ | 10001111111000111110000110111100101011001111000010111100101111001011101101011110 | 8fe3e1bcacf0bcbcbb5e |
EUC-JP | 上眈ャ?シサ^ | 101111101110010111100010101111101000111010101100001111111000111010111100100011101011101101011110 | bee5e2be8eac3f8ebc8ebb5e |
UTF-8 | 上眈ャシサ^ | 11100100101110001000101011100111100111001000100011101111101111011010110011101110100000011011101111101111101111011011110011101111101111011011101101011110 | e4b88ae79c88efbdacee81bbefbdbcefbdbb5e |
UHC | 上眈????^ | 110111111011111011110111101011110011111100111111001111110011111101011110 | dfbef7af3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)