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 | 壌・屡 | 10001111111010111010010110001110110001101111000111101101 | 8feba58ec6f1ed |
EUC-JP | 壌・屡? | 10111110111011011000111010100101101111001100100000111111 | beed8ea5bcc83f |
UTF-8 | 壌・屡 | 111001011010001110001100111011111011110110100101111001011011000110100001111011101000010110101000 | e5a38cefbda5e5b1a1ee85a8 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)