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 | 勝꼫둍 | 111001011000101110011101111010101011110010101011111010111001000110001101 | e58b9deabcabeb918d |
UHC | 勝꼫둍 | 111000111010110110000100100010001000101001001001 | e3ad84888a49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)