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 | 詣?? | 10001100011101110011111100111111 | 8c773f3f |
EUC-JP | 詣?? | 10110111110110000011111100111111 | b7d83f3f |
UTF-8 | 詣꾢ㅇ | 111010001010100110100011111010101011111010100010111000111000010110000111 | e8a9a3eabea2e38587 |
UHC | 詣꾢ㅇ | 111001111110000110000100111001011010010010110111 | e7e184e5a4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)