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 | 醒??殲 | 100100001100000100111111001111111001111101110010 | 90c13f3f9f72 |
EUC-JP | 醒??殲 | 110000001100001100111111001111111101110111010011 | c0c33f3fddd3 |
UTF-8 | 醒엤쐒殲 | 111010011000011010010010111011001001011110100100111011001001000010010010111001101010111010110010 | e98692ec97a4ec9092e6aeb2 |
UHC | 醒엤쐒殲 | 1110000110100101100111100111100010011100011100101110000011101000 | e1a59e789c72e0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)