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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 邂冗ー鷹ョ冗 | 11100111101011101000111111100111101100001001000111101001101011101000111111100111 | e7ae8fe7b091e9ae8fe7 |
EUC-JP | 邂冗ー鷹ョ冗 | 111011101011000010111110111010011000111010110000110000101110101110001110101011101011111011101001 | eeb0bee98eb0c2eb8eaebee9 |
UTF-8 | 邂冗ー鷹ョ冗 | 111010011000001010000010111001011000011010010111111011111011110110110000111010011011011110111001111011111011110110101110111001011000011010010111 | e98282e58697efbdb0e9b7b9efbdaee58697 |
UHC | 邂冗?鷹?冗 | 11111010101100111110100110110111001111111110101111101101001111111110100110110111 | fab3e9b73febed3fe9b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)