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 | 肅ラホ | 11100011111001111101011111001110 | e3e7d7ce |
EUC-JP | 肅ラホ | 111001101110100110001110110101111000111011001110 | e6e98ed78ece |
UTF-8 | 肅ラホ | 111010001000001010000101111011111011111010010111111011111011111010001110 | e88285efbe97efbe8e |
UHC | 肅?? | 11100010110111000011111100111111 | e2dc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)