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 | 豸悟嶋踵 | 1110011010110110100011001110010110010011100010001110011011111001 | e6b68ce59388e6f9 |
EUC-JP | 豸悟嶋踵 | 1110110010111000101110001110011111000101111010001110110011111011 | ecb8b8e7c5e8ecfb |
UTF-8 | 豸悟嶋踵 | 111010001011000110111000111001101000001010011111111001011011011010001011111010001011100010110101 | e8b1b8e6829fe5b68be8b8b5 |
UHC | ?悟嶋踵 | 00111111111001111111011011010011111101111111000110100010 | 3fe7f6d3f7f1a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)