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 | 篠式 | 100011101100001010001110101011101111010010100110 | 8ec28eaef4a6 |
EUC-JP | 篠式? | 1011110011000100101111001011000000111111 | bcc4bcb03f |
UTF-8 | 篠式 | 111001111010111110100000111001011011110010001111111011101000110110010101 | e7afa0e5bc8fee8d95 |
UHC | 篠式? | 1110000111000110111000111101001000111111 | e1c6e3d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)