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 | 踟弟帖 | 111001101111011110010010111011011001001010011111 | e6f792ed929f |
EUC-JP | 踟弟帖 | 111011001111100111000100111011111100010010100001 | ecf9c4efc4a1 |
UTF-8 | 踟弟帖 | 111010001011100010011111111001011011110010011111111001011011100010010110 | e8b89fe5bc9fe5b896 |
UHC | ?弟帖 | 0011111111110000101010011111010011011110 | 3ff0a9f4de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)