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 | 症エ炅 | 1000111111000111101101001111101101010001 | 8fc7b4fb51 |
EUC-JP | 症エ炅 | 10111110110010011000111010110100100011111100100111001010 | bec98eb48fc9ca |
UTF-8 | 症エ炅 | 111001111001011110000111111011111011110110110100111001111000001010000101 | e79787efbdb4e78285 |
UHC | 症?炅 | 1111000111111000001111111100110011011101 | f1f83fccdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)