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 | ????U | 0011111100111111001111110011111101010101 | 3f3f3f3f55 |
SJIS-WIN | ??健イU | 00111111001111111000110010010010100000110100001101010101 | 3f3f8c92834355 |
EUC-JP | ??健イU | 00111111001111111011011111110010101001011010010001010101 | 3f3fb7f2a5a455 |
UTF-8 | 룶ㄲ健イU | 11101011101000111011011011100011100001001011001011100101100000011010010111100011100000101010010001010101 | eba3b6e384b2e581a5e382a455 |
UHC | 룶ㄲ健イU | 100011111010101110100100101000101100101111101101101010111010010001010101 | 8faba4a2cbedaba455 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)