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 | 雍貞ォ | 1110100010110100100100101110010110101011 | e8b492e5ab |
EUC-JP | 雍貞ォ | 111100001011011011000100111001111000111010101011 | f0b6c4e78eab |
UTF-8 | 雍貞ォ | 111010011001101110001101111010001011001010011110111011111011110110101011 | e99b8de8b29eefbdab |
UHC | 雍貞? | 1110100010111100111011111111011000111111 | e8bceff63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)