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 | 韆戊」憺エ | 1110100011100110100101011110100010100011100111001110100110110100 | e8e695e8a39ce9b4 |
EUC-JP | 韆戊」憺エ | 11110000111010001100101011101010100011101010001111011000111010111000111010110100 | f0e8caea8ea3d8eb8eb4 |
UTF-8 | 韆戊」憺エ | 111010011001111110000110111001101000100010001010111011111011110110100011111001101000011010111010111011111011110110110100 | e99f86e6888aefbda3e686baefbdb4 |
UHC | 韆戊?憺? | 1111010011000111110110011110011000111111110100111011110000111111 | f4c7d9e63fd3bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)