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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 駭?繒? | 111010010110111000111111111110111000111100111111 | e96e3ffb8f3f |
EUC-JP | 駭?繒? | 11110001110011110011111110001111110101001101010000111111 | f1cf3f8fd4d43f |
UTF-8 | 駭렱繒렰 | 111010011010011110101101111010111010000010110001111001111011100110010010111010111010000010110000 | e9a7adeba0b1e7b992eba0b0 |
UHC | 駭렱繒렰 | 1111101010110100100011101011111011110001111110011000111010111101 | fab48ebef1f98ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)