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 | 偲爾粨 | 100011101100001110001110101000101110001011101000 | 8ec38ea2e2e8 |
EUC-JP | 偲爾粨 | 101111001100010110111100101001001110010011101010 | bcc5bca4e4ea |
UTF-8 | 偲爾粨 | 111001011000000110110010111001111000100010111110111001111011001010101000 | e581b2e788bee7b2a8 |
UHC | ?爾? | 00111111111011001011001100111111 | 3fecb33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)