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 | ò°äÜ^ | 111100101011000010001111111001001101110001011110 | f2b08fe4dc5e |
SJIS-WIN | ?°???^ | 00111111100000011000101100111111001111110011111101011110 | 3f818b3f3f3f5e |
EUC-JP | ò°?äÜ^ | 10001111101010111101001010100001111010110011111110001111101010111010001110001111101010101110010001011110 | 8fabd2a1eb3f8faba38faae45e |
UTF-8 | ò°äÜ^ | 1100001110110010110000101011000011000010100011111100001110100100110000111001110001011110 | c3b2c2b0c28fc3a4c39c5e |
UHC | ?°???^ | 00111111101000011100011000111111001111110011111101011110 | 3fa1c63f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)