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 | ûNh}ûNh{^ | 1111101101001110100111010110100001111101111110110100111010011101011010000111101101011110 | fb4e9d687dfb4e9d687b5e |
SJIS-WIN | ?N?h}?N?h{^ | 0011111101001110001111110110100001111101001111110100111000111111011010000111101101011110 | 3f4e3f687d3f4e3f687b5e |
EUC-JP | ûN?h}ûN?h{^ | 100011111010101111100101010011100011111101101000011111011000111110101011111001010100111000111111011010000111101101011110 | 8fabe54e3f687d8fabe54e3f687b5e |
UTF-8 | ûNh}ûNh{^ | 110000111011101101001110110000101001110101101000011111011100001110111011010011101100001010011101011010000111101101011110 | c3bb4ec29d687dc3bb4ec29d687b5e |
UHC | ?N?h}?N?h{^ | 0011111101001110001111110110100001111101001111110100111000111111011010000111101101011110 | 3f4e3f687d3f4e3f687b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)