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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 赦汐茗射蒔 | 10001110110011011000111010101100111001001010101010001110110010111000111010101010 | 8ecd8eace4aa8ecb8eaa |
EUC-JP | 赦汐茗射蒔 | 10111100110011111011110010101110111010001010110010111100110011011011110010101100 | bccfbcaee8acbccdbcac |
UTF-8 | 赦汐茗射蒔 | 111010001011010110100110111001101011000110010000111010001000110010010111111001011011000010000100111010001001001010010100 | e8b5a6e6b190e88c97e5b084e89294 |
UHC | 赦汐茗射蒔 | 11011110111101011110000010110001110110011010101111011110110100101110001111001000 | def5e0b1d9abded2e3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)