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 | ???j? | 0011111100111111001111110110101000111111 | 3f3f3f6a3f |
SJIS-WIN | 狸属村j鱈 | 100100100100101110010001101011101001000110111010011010101001001001001100 | 924b91ae91ba6a924c |
EUC-JP | 狸属村j鱈 | 110000111010110011000010101100001100001010111100011010101100001110101101 | c3acc2b0c2bc6ac3ad |
UTF-8 | 狸属村j鱈 | 11100111100010111011100011100101101100011001111011100110100111011001000101101010111010011011000110001000 | e78bb8e5b19ee69d916ae9b188 |
UHC | 狸?村j? | 11010111111000010011111111110101101111010110101000111111 | d7e13ff5bd6a3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)