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 | 篶汐竺 | 111000101100110010001110101011001000111010110001 | e2cc8eac8eb1 |
EUC-JP | 篶汐竺 | 111001001100111010111100101011101011110010110011 | e4cebcaebcb3 |
UTF-8 | 篶汐竺 | 111001111010111110110110111001101011000110010000111001111010101110111010 | e7afb6e6b190e7abba |
UHC | ?汐竺 | 0011111111100000101100011111010111100111 | 3fe0b1f5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)