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 | 11100100100001011000111111101010100010110100000001000010 | e4858fea8b4042 |
EUC-JP | 艱場機B | 11100111111001011011111011101100101101011010000101000010 | e7e5beecb5a142 |
UTF-8 | 艱場機B | 11101000100010011011000111100101101000001011010011100110101010011001111101000010 | e889b1e5a0b4e6a99f42 |
UHC | 艱場機B | 11001010110111101110110111011110110100011010011001000010 | cadeedded1a642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)