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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | □?日ビ? | 1000000110100000001111111001001111111010100000110111001000111111 | 81a03f93fa83723f |
EUC-JP | □?日ビ? | 1010001010100010001111111100011011111100101001011101001100111111 | a2a23fc6fca5d33f |
UTF-8 | □룫日ビ룵 | 111000101001011010100001111010111010001110101011111001101001011110100101111000111000001110010011111010111010001110110101 | e296a1eba3abe697a5e38393eba3b5 |
UHC | □룫日ビ룵 | 10100001111000001000111110100010111011001110110110101011110100111000111110101010 | a1e08fa2ecedabd38faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)