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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ー」シ橾ア | 101100001010001110111100111110101111000110110001 | b0a3bcfaf1b1 |
EUC-JP | ー」シ橾ア | 1000111010110000100011101010001110001110101111001000111111000101101101101000111010110001 | 8eb08ea38ebc8fc5b68eb1 |
UTF-8 | ー」シ橾ア | 111011111011110110110000111011111011110110100011111011111011110110111100111001101010100110111110111011111011110110110001 | efbdb0efbda3efbdbce6a9beefbdb1 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)