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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 悶貅n}悶貅n{^ | 10010110111000111110011010111010011011100111110110010110111000111110011010111010011011100111101101011110 | 96e3e6ba6e7d96e3e6ba6e7b5e |
EUC-JP | 悶貅n}悶貅n{^ | 11001100111001011110110010111100011011100111110111001100111001011110110010111100011011100111101101011110 | cce5ecbc6e7dcce5ecbc6e7b5e |
UTF-8 | 悶貅n}悶貅n{^ | 1110011010000010101101101110100010110010100001010110111001111101111001101000001010110110111010001011001010000101011011100111101101011110 | e682b6e8b2856e7de682b6e8b2856e7b5e |
UHC | 悶?n}悶?n{^ | 1101101010111111001111110110111001111101110110101011111100111111011011100111101101011110 | dabf3f6e7ddabf3f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)