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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 縡?旭?制甲 | 11100011011100010011111110001000101011100011111110010000101001111000110101100010 | e3713f88ae3f90a78d62 |
EUC-JP | 縡?旭?制甲 | 11100101110100100011111110110000101100000011111111000000101010011011100111000011 | e5d23fb0b03fc0a9b9c3 |
UTF-8 | 縡렕旭렔制甲 | 111001111011100010100001111010111010000010010101111001101001011110101101111010111010000010010100111001011000100010110110111001111001010010110010 | e7b8a1eba095e697adeba094e588b6e794b2 |
UHC | 縡렕旭렔制甲 | 111011101010110110001110101010101110100111101111100011101010100111110000101001001100101110100011 | eead8eaae9ef8ea9f0a4cba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)