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 | 齋?β | 1110001001010110001111111000001111000000 | e2563f83c0 |
EUC-JP | 齋?β | 1110001110110111001111111010011011000010 | e3b73fa6c2 |
UTF-8 | 齋뜹β | 1110100110111101100010111110101110011100101110011100111010110010 | e9bd8beb9cb9ceb2 |
UHC | 齋뜹β | 111011101011000110110110111001011010010111100010 | eeb1b6e5a5e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)