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 | ñh}ñh{^ | 1001001111110001100111010110100001111101100100111111000110011101011010000111101101011110 | 93f19d687d93f19d687b5e |
SJIS-WIN | ???h}???h{^ | 0011111100111111001111110110100001111101001111110011111100111111011010000111101101011110 | 3f3f3f687d3f3f3f687b5e |
EUC-JP | ?ñ?h}?ñ?h{^ | 001111111000111110101011110100000011111101101000011111010011111110001111101010111101000000111111011010000111101101011110 | 3f8fabd03f687d3f8fabd03f687b5e |
UTF-8 | ñh}ñh{^ | 1100001010010011110000111011000111000010100111010110100001111101110000101001001111000011101100011100001010011101011010000111101101011110 | c293c3b1c29d687dc293c3b1c29d687b5e |
UHC | ???h}???h{^ | 0011111100111111001111110110100001111101001111110011111100111111011010000111101101011110 | 3f3f3f687d3f3f3f687b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)