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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 油校嶋B | 10010110111110111000110101011010100100111000100001000010 | 96fb8d5a938842 |
EUC-JP | 油校嶋B | 11001100111111011011100110111011110001011110100001000010 | ccfdb9bbc5e842 |
UTF-8 | 油校嶋B | 11100110101100101011100111100110101000001010000111100101101101101000101101000010 | e6b2b9e6a0a1e5b68b42 |
UHC | 油校嶋B | 11101010111110101100111011101000110100111111011101000010 | eafacee8d3f742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)