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 | 粲爿癇 | 111000101110101011100000101010111110000110010010 | e2eae0abe192 |
EUC-JP | 粲爿癇 | 111001001110110011100000101011011110000111110010 | e4ece0ade1f2 |
UTF-8 | 粲爿癇 | 111001111011001010110010111001111000100010111111111001111001100110000111 | e7b2b2e788bfe79987 |
UHC | 粲?? | 11110011110001000011111100111111 | f3c43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)