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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 侑?lB | 100110001101000000111111100000101000110001000010 | 98d03f828c42 |
EUC-JP | 侑?lB | 110100001101001000111111101000111110110001000010 | d0d23fa3ec42 |
UTF-8 | 侑멱lB | 11100100101111101001000111101011101010011011000111101111101111011000110001000010 | e4be91eba9b1efbd8c42 |
UHC | 侑멱lB | 11101010111000101011100011101000101000111110110001000010 | eae2b8e8a3ec42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)