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 | 靖?駿 | 1001011011110101001111111000111101111000 | 96f53f8f78 |
EUC-JP | 靖?駿 | 1100110011110111001111111011110111011001 | ccf73fbdd9 |
UTF-8 | 靖렞駿 | 111010011001110110010110111010111010000010011110111010011010011110111111 | e99d96eba09ee9a7bf |
UHC | 靖렞駿 | 111011111111111010001110101011111111000111100111 | effe8eaff1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)