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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 竪損他G | 10010010010001111001000110111001100100011011110001000111 | 924791b991bc47 |
EUC-JP | 竪損他G | 11000011101010001100001010111011110000101011111001000111 | c3a8c2bbc2be47 |
UTF-8 | 竪損他G | 11100111101010111010101011100110100100001000110111100100101110111001011001000111 | e7abaae6908de4bb9647 |
UHC | 竪損他G | 11100010101101011110000111011111111101101110001001000111 | e2b5e1dff6e247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)