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 | 先析先鋤 | 1001000011100110100100001100110110010000111001101000111110011011 | 90e690cd90e68f9b |
EUC-JP | 先析先鋤 | 1100000011101000110000001100111111000000111010001011110111111011 | c0e8c0cfc0e8bdfb |
UTF-8 | 先析先鋤 | 111001011000010110001000111001101001111010010000111001011000010110001000111010011000101110100100 | e58588e69e90e58588e98ba4 |
UHC | 先析先鋤 | 1110000010111011111000001011000011100000101110111110000010100111 | e0bbe0b0e0bbe0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)