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