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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | □?日ビ | 10000001101000000011111110010011111110101000001101110010 | 81a03f93fa8372 |
EUC-JP | □?日ビ | 10100010101000100011111111000110111111001010010111010011 | a2a23fc6fca5d3 |
UTF-8 | □룫日ビ | 111000101001011010100001111010111010001110101011111001101001011110100101111000111000001110010011 | e296a1eba3abe697a5e38393 |
UHC | □룫日ビ | 1010000111100000100011111010001011101100111011011010101111010011 | a1e08fa2ecedabd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)