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 | □?日ビ〓 | 100000011010000000111111100100111111101010000011011100101000000110101100 | 81a03f93fa837281ac |
EUC-JP | □?日ビ〓 | 101000101010001000111111110001101111110010100101110100111010001010101110 | a2a23fc6fca5d3a2ae |
UTF-8 | □룫日ビ〓 | 111000101001011010100001111010111010001110101011111001101001011110100101111000111000001110010011111000111000000010010011 | e296a1eba3abe697a5e38393e38093 |
UHC | □룫日ビ〓 | 10100001111000001000111110100010111011001110110110101011110100111010000111101011 | a1e08fa2ecedabd3a1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)