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 | 勝?? | 10001111100111110011111100111111 | 8f9f3f3f |
EUC-JP | 勝?? | 10111110101000010011111100111111 | bea13f3f |
UTF-8 | 勝룈둙 | 111001011000101110011101111010111010001110001000111010111001000110011001 | e58b9deba388eb9199 |
UHC | 勝룈둙 | 111000111010110110001111100001111000101001010001 | e3ad8f878a51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)