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 | 綏醇謙粳 | 1110001101010110100011111000011010001100101010101110001011101001 | e3568f868caae2e9 |
EUC-JP | 綏醇謙粳 | 1110010110110111101111011110011010111000101011001110010011101011 | e5b7bde6b8ace4eb |
UTF-8 | 綏醇謙粳 | 111001111011011010001111111010011000011010000111111010001010110010011001111001111011001010110011 | e7b68fe98687e8ac99e7b2b3 |
UHC | 綏醇謙粳 | 1110001010110111111000101111010111001100110001011100101111010111 | e2b7e2f5ccc5cbd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)