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{^ | 1001011101100101001111110110111001111101100101110110010100111111011011100111101101011110 | 97653f6e7d97653f6e7b5e |
EUC-JP | 容?n}容?n{^ | 1100110111000110001111110110111001111101110011011100011000111111011011100111101101011110 | cdc63f6e7dcdc63f6e7b5e |
UTF-8 | 容뛬n}容뛬n{^ | 1110010110101110101110011110101110011011101011000110111001111101111001011010111010111001111010111001101110101100011011100111101101011110 | e5aeb9eb9bac6e7de5aeb9eb9bac6e7b5e |
UHC | 容뛬n}容뛬n{^ | 11101001101110111000110101101111011011100111110111101001101110111000110101101111011011100111101101011110 | e9bb8d6f6e7de9bb8d6f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)