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 | ?枇? | 00111111100101001111100000111111 | 3f94f83f |
EUC-JP | ?枇? | 00111111110010001111101000111111 | 3fc8fa3f |
UTF-8 | 뤫枇률 | 111010111010010010101011111001101001111010000111111010111010010110100000 | eba4abe69e87eba5a0 |
UHC | 뤫枇률 | 100011111101100111011101111011011011011111111100 | 8fd9ddedb7fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)