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 | 源?制經工 | 100011001011100100111111100100001010011111100011010100111000110101001000 | 8cb93f90a7e3538d48 |
EUC-JP | 源?制經工 | 101110001011101100111111110000001010100111100101101101001011100110101001 | b8bb3fc0a9e5b4b9a9 |
UTF-8 | 源렰制經工 | 111001101011101010010000111010111010000010110000111001011000100010110110111001111011011010010011111001011011011110100101 | e6ba90eba0b0e588b6e7b693e5b7a5 |
UHC | 源렰制經工 | 11101010101110011000111010111101111100001010010011001100111010001100110111101111 | eab98ebdf0a4cce8cdef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)