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 | 兮跚酖 | 100110010110000111100110111001111110011111000011 | 9961e6e7e7c3 |
EUC-JP | 兮跚酖 | 110100011100001011101100111010011110111011000101 | d1c2ece9eec5 |
UTF-8 | 兮跚酖 | 111001011000010110101110111010001011011110011010111010011000010110010110 | e585aee8b79ae98596 |
UHC | 兮?? | 11111011101100010011111100111111 | fbb13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)