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 | ??????c] | 0011111100111111001111110011111100111111001111110110001101011101 | 3f3f3f3f3f3f635d |
SJIS-WIN | ???節??c] | 001111110011111100111111100100001101111100111111001111110110001101011101 | 3f3f3f90df3f3f635d |
EUC-JP | ???節??c] | 001111110011111100111111110000001110000100111111001111110110001101011101 | 3f3f3fc0e13f3f635d |
UTF-8 | 廉뉛풇節쇽쉴c] | 1110111110100110101000101110101110001001100110111110110110010010100001111110011110101111100000001110110010000111101111011110110010001001101101000110001101011101 | efa6a2eb899bed9287e7af80ec87bdec89b4635d |
UHC | 廉뉛풇節쇽쉴c] | 1110011011110101100001111110111110111110100011111110111110111101101111001110111110111101101011110110001101011101 | e6f587efbe8fefbdbcefbdaf635d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)