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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 以?止其 | 10001000110010000011111110001110011111101001000110110100 | 88c83f8e7e91b4 |
EUC-JP | 以?止其 | 10110000110010100011111110111011110111111100001010110110 | b0ca3fbbdfc2b6 |
UTF-8 | 以렠止其 | 111001001011101110100101111010111010000010100000111001101010110110100010111001011000010110110110 | e4bba5eba0a0e6ada2e585b6 |
UHC | 以렠止其 | 1110110010100100100011101011000111110010101011011101000011101100 | eca48eb1f2add0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)