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 | 昿砌昿矜^ | 100111100100010111100001111001001001111001000101111000011110000001011110 | 9e45e1e49e45e1e05e |
EUC-JP | 昿砌昿矜^ | 110110111010011011100010111001101101101110100110111000101110001001011110 | dba6e2e6dba6e2e25e |
UTF-8 | 昿砌昿矜^ | 11100110100110001011111111100111101000001000110011100110100110001011111111100111100111111001110001011110 | e698bfe7a08ce698bfe79f9c5e |
UHC | ???矜^ | 001111110011111100111111110100001110100001011110 | 3f3f3fd0e85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)