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 | 曖??蠅 | 100111100100001000111111001111111110010110100010 | 9e423f3fe5a2 |
EUC-JP | 曖??蠅 | 110110111010001100111111001111111110101010100100 | dba33f3feaa4 |
UTF-8 | 曖럣띀蠅 | 111001101001101110010110111010111001111110100011111010111001110110000000111010001010000010000101 | e69b96eb9fa3eb9d80e8a085 |
UHC | 曖럣띀蠅 | 1110010011110010100011101000011010001101101110111110001110110010 | e4f28e868dbbe3b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)