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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 躍橡躍橡^ | 100101101111010010010011110010011001011011110100100100111100100101011110 | 96f493c996f493c95e |
EUC-JP | 躍橡躍橡^ | 110011001111011011000110110010111100110011110110110001101100101101011110 | ccf6c6cbccf6c6cb5e |
UTF-8 | 躍橡躍橡^ | 11101000101110101000110111100110101010011010000111101000101110101000110111100110101010011010000101011110 | e8ba8de6a9a1e8ba8de6a9a15e |
UHC | 躍橡躍橡^ | 111001011011100011011111110011101110010110111000110111111100111001011110 | e5b8dfcee5b8dfce5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)