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 | 赦汐丈ヤ | 10001110110011011000111010101100100011111110010011010100 | 8ecd8eac8fe4d4 |
EUC-JP | 赦汐丈ヤ | 1011110011001111101111001010111010111110111001101000111011010100 | bccfbcaebee68ed4 |
UTF-8 | 赦汐丈ヤ | 111010001011010110100110111001101011000110010000111001001011100010001000111011111011111010010100 | e8b5a6e6b190e4b888efbe94 |
UHC | 赦汐丈? | 11011110111101011110000010110001111011011101101100111111 | def5e0b1eddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)