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 | 赶基愎 | 111110111011000010001010111011101001110010111101 | fbb08aee9cbd |
EUC-JP | ?基愎 | 0011111110110100111100001101100010111111 | 3fb4f0d8bf |
UTF-8 | 赶基愎 | 111010001011010110110110111001011001111110111010111001101000010010001110 | e8b5b6e59fbae6848e |
UHC | ?基愎 | 0011111111010000111100011111100010110100 | 3fd0f1f8b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)