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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 癸齋癸齋B | 111000011010000111100010010101101110000110100001111000100101011001000010 | e1a1e256e1a1e25642 |
EUC-JP | 癸齋癸齋B | 111000101010001111100011101101111110001010100011111000111011011101000010 | e2a3e3b7e2a3e3b742 |
UTF-8 | 癸齋癸齋B | 11100111100110011011100011101001101111011000101111100111100110011011100011101001101111011000101101000010 | e799b8e9bd8be799b8e9bd8b42 |
UHC | 癸齋癸齋B | 110011011010010011101110101100011100110110100100111011101011000101000010 | cda4eeb1cda4eeb142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)