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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 巽?6臆? | 1001001001000110001111111000001001010101100010011011000000111111 | 92463f825589b03f |
EUC-JP | 巽?6臆? | 1100001110100111001111111010001110110110101100101011001000111111 | c3a73fa3b6b2b23f |
UTF-8 | 巽숇6臆띶 | 111001011011011110111101111011001000100010000111111011111011110010010110111010001000011110000110111010111001110110110110 | e5b7bdec8887efbc96e88786eb9db6 |
UHC | 巽숇6臆띶 | 11100001110111101001100111101011101000111011011011100101111001101000110111100101 | e1de99eba3b6e5e68de5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)