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 | 椅?? | 10001000110101100011111100111111 | 88d63f3f |
EUC-JP | 椅?? | 10110000110110000011111100111111 | b0d83f3f |
UTF-8 | 椅롦쫾 | 111001101010010010000101111010111010000110100110111011001010101110111110 | e6a485eba1a6ecabbe |
UHC | 椅롦쫾 | 111010111111010110001110111001101010011010010101 | ebf58ee6a695 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)