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 | 罔醇掘粳 | 1110001110100110100011111000011010001100010000001110001011101001 | e3a68f868c40e2e9 |
EUC-JP | 罔醇掘粳 | 1110011010101000101111011110011010110111101000011110010011101011 | e6a8bde6b7a1e4eb |
UTF-8 | 罔醇掘粳 | 111001111011110110010100111010011000011010000111111001101000111010011000111001111011001010110011 | e7bd94e98687e68e98e7b2b3 |
UHC | 罔醇掘粳 | 1101100011010010111000101111010111001111110111101100101111010111 | d8d2e2f5cfdecbd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)