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 | 赦汐淙 | 100011101100110110001110101011001001111111001000 | 8ecd8eac9fc8 |
EUC-JP | 赦汐淙 | 101111001100111110111100101011101101111011001010 | bccfbcaedeca |
UTF-8 | 赦汐淙 | 111010001011010110100110111001101011000110010000111001101011011110011001 | e8b5a6e6b190e6b799 |
UHC | 赦汐淙 | 110111101111010111100000101100011111000011111000 | def5e0b1f0f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)