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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 赦汐茗汐湿B | 1000111011001101100011101010110011100100101010101000111010101100100011101011110001000010 | 8ecd8eace4aa8eac8ebc42 |
EUC-JP | 赦汐茗汐湿B | 1011110011001111101111001010111011101000101011001011110010101110101111001011111001000010 | bccfbcaee8acbcaebcbe42 |
UTF-8 | 赦汐茗汐湿B | 11101000101101011010011011100110101100011001000011101000100011001001011111100110101100011001000011100110101110011011111101000010 | e8b5a6e6b190e88c97e6b190e6b9bf42 |
UHC | 赦汐茗汐?B | 11011110111101011110000010110001110110011010101111100000101100010011111101000010 | def5e0b1d9abe0b13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)