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 | 豸悟蛤逵 | 1110011010110110100011001110010110010100101110001110011110011100 | e6b68ce594b8e79c |
EUC-JP | 豸悟蛤逵 | 1110110010111000101110001110011111001000101110101110110111111100 | ecb8b8e7c8baedfc |
UTF-8 | 豸悟蛤逵 | 111010001011000110111000111001101000001010011111111010001001101110100100111010011000000010110101 | e8b1b8e6829fe89ba4e980b5 |
UHC | ?悟蛤逵 | 00111111111001111111011011111001111011011101000010110000 | 3fe7f6f9edd0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)