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 | 壌・酌 | 10001111111010111010010110001110110111101111000011001101 | 8feba58edef0cd |
EUC-JP | 壌・酌? | 10111110111011011000111010100101101111001110000000111111 | beed8ea5bce03f |
UTF-8 | 壌・酌 | 111001011010001110001100111011111011110110100101111010011000010110001100111011101000001010001100 | e5a38cefbda5e9858cee828c |
UHC | ??酌? | 0011111100111111111011011100110000111111 | 3f3fedcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)