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 | 蒔 | 111100101011011010001110101010101111000010110100 | f2b68eaaf0b4 |
EUC-JP | ?蒔? | 00111111101111001010110000111111 | 3fbcac3f |
UTF-8 | 蒔 | 111011101000011110101101111010001001001010010100111011101000000110110011 | ee87ade89294ee81b3 |
UHC | ?蒔? | 00111111111000111100100000111111 | 3fe3c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)