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 | 阮青」 | 1110100010010110100100001100001010100011 | e89690c2a3 |
EUC-JP | 阮青」 | 111011111111011011000000110001001000111010100011 | eff6c0c48ea3 |
UTF-8 | 阮青」 | 111010011001100010101110111010011001110110010010111011111011110110100011 | e998aee99d92efbda3 |
UHC | 阮?? | 11101000110101100011111100111111 | e8d63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)