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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 勇????? | 10010111010001010011111100111111001111110011111100111111 | 97453f3f3f3f3f |
EUC-JP | 勇????? | 11001101101001100011111100111111001111110011111100111111 | cda63f3f3f3f3f |
UTF-8 | 勇뽬킀輦숋숴 | 111001011000101110000111111010111011110110101100111011011000001010000000111011111010011010011000111011001000100010001011111011001000100010110100 | e58b87ebbdaced8280efa698ec888bec88b4 |
UHC | 勇뽬킀輦숋숴 | 111010011011100010010110111010001011010010001101111001101110010010011001111011111011110110100100 | e9b896e8b48de6e499efbda4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)