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 | フ蓴ォ | 11001100111001001111000110101011 | cce4f1ab |
EUC-JP | フ蓴ォ | 100011101100110011101000111100111000111010101011 | 8ecce8f38eab |
UTF-8 | フ蓴ォ | 111011111011111010001100111010001001001110110100111011111011110110101011 | efbe8ce893b4efbdab |
UHC | ?蓴? | 00111111111000101111000100111111 | 3fe2f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)