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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 駭?駭?G | 11101001011011100011111111101001011011100011111101000111 | e96e3fe96e3f47 |
EUC-JP | 駭?駭?G | 11110001110011110011111111110001110011110011111101000111 | f1cf3ff1cf3f47 |
UTF-8 | 駭찳駭챉G | 11101001101001111010110111101100101100001011001111101001101001111010110111101100101100011000100101000111 | e9a7adecb0b3e9a7adecb18947 |
UHC | 駭찳駭챉G | 111110101011010010101010010010011111101010110100101010100101011001000111 | fab4aa49fab4aa5647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)