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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 題?媛?工 | 1001000111101000001111111001010101010001001111111000110101001000 | 91e83f95513f8d48 |
EUC-JP | 題?媛?工 | 1100001011101010001111111100100110110010001111111011100110101001 | c2ea3fc9b23fb9a9 |
UTF-8 | 題렖媛계工 | 111010011010000110001100111010111010000010010110111001011010101010011011111010101011001110000100111001011011011110100101 | e9a18ceba096e5aa9beab384e5b7a5 |
UHC | 題렖媛계工 | 11110000101110011000111010101011111010101011000010110000111010001100110111101111 | f0b98eabeab0b0e8cdef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)