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 | 釤レ瑤チ症 | 1111101110111111110110101110101010100010110000011000111111000111 | fbbfdaeaa2c18fc7 |
EUC-JP | 釤レ瑤チ症 | 1000111111100011101010101000111011011010111101001010010010001110110000011011111011001001 | 8fe3aa8edaf4a48ec1bec9 |
UTF-8 | 釤レ瑤チ症 | 111010011000011110100100111011111011111010011010111001111001000110100100111011111011111010000001111001111001011110000111 | e987a4efbe9ae791a4efbe81e79787 |
UHC | ??瑤?症 | 00111111001111111110100011111101001111111111000111111000 | 3f3fe8fd3ff1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)