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 | ñÃ] | 1100001110110001110000111000100001011101 | c3b1c3885d |
SJIS-WIN | ?±??] | 001111111000000101111101001111110011111101011101 | 3f817d3f3f5d |
EUC-JP | ñ�] | 10001111101010101010101010100001110111101000111110101010101010100011111101011101 | 8faaaaa1de8faaaa3f5d |
UTF-8 | ñÃ] | 110000111000001111000010101100011100001110000011110000101000100001011101 | c383c2b1c383c2885d |
UHC | ?±??] | 001111111010000110111110001111110011111101011101 | 3fa1be3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)