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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | 晶諶ァ痔BF | 1000111110111011111110011010010011111011101010101010011110001110101001000100001001000110 | 8fbbf9a4fbaaa78ea44246 |
EUC-JP | 晶?諶ァ痔BF | 101111101011110100111111100011111101111010110101100011101010011110111100101001100100001001000110 | bebd3f8fdeb58ea7bca64246 |
UTF-8 | 晶諶ァ痔BF | 1110011010011001101101101110111010011011101111111110100010101011101101101110111110111101101001111110011110010111100101000100001001000110 | e699b6ee9bbfe8abb6efbda7e797944246 |
UHC | 晶?諶?痔BF | 11101111110111000011111111100100101001100011111111110110110000000100001001000110 | efdc3fe4a63ff6c04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)