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 | 淅汐? | 1001111111000110100011101010110000111111 | 9fc68eac3f |
EUC-JP | 淅汐? | 1101111011001000101111001010111000111111 | dec8bcae3f |
UTF-8 | 淅汐媤 | 111001101011011110000101111001101011000110010000111001011010101010100100 | e6b785e6b190e5aaa4 |
UHC | 淅汐媤 | 111000001011001011100000101100011110001110111000 | e0b2e0b1e3b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)