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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蠅餓ッア | 111001011010001010001001111011001010111110110001 | e5a289ecafb1 |
EUC-JP | 蠅餓ッア | 1110101010100100101100101110111010001110101011111000111010110001 | eaa4b2ee8eaf8eb1 |
UTF-8 | 蠅餓ッア | 111010001010000010000101111010011010010010010011111011111011110110101111111011111011110110110001 | e8a085e9a493efbdafefbdb1 |
UHC | 蠅餓?? | 111000111011001011100100101110110011111100111111 | e3b2e4bb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)