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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ◇??ば⊂ | 1000000110011110001111110011111110000010110011101000000110111100 | 819e3f3f82ce81bc |
EUC-JP | ◇??ば⊂ | 1010000111111110001111110011111110100100110100001010001010111110 | a1fe3f3fa4d0a2be |
UTF-8 | ◇룶卽ば⊂ | 111000101001011110000111111010111010001110110110111001011000110110111101111000111000000110110000111000101000101010000010 | e29787eba3b6e58dbde381b0e28a82 |
UHC | ◇룶卽ば⊂ | 10100001110111101000111110101011111100011110110110101010110100001010000111111000 | a1de8fabf1edaad0a1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)