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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 酌示 | 100011101101111011110000101101011000111010100110 | 8edef0b58ea6 |
EUC-JP | 酌?示 | 1011110011100000001111111011110010101000 | bce03fbca8 |
UTF-8 | 酌示 | 111010011000010110001100111011101000000110110100111001111010010010111010 | e9858cee81b4e7a4ba |
UHC | 酌?示 | 1110110111001100001111111110001111000110 | edcc3fe3c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)