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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 渧疾鍾テ悉^ | 11111011010010001000111010111110100011111101111111000011100011101011101101011110 | fb488ebe8fdfc38ebb5e |
EUC-JP | 渧疾鍾テ悉^ | 100011111100011111101011101111001100000010111110111000011000111011000011101111001011110101011110 | 8fc7ebbcc0bee18ec3bcbd5e |
UTF-8 | 渧疾鍾テ悉^ | 11100110101110001010011111100111100101101011111011101001100011011011111011101111101111101000001111100110100000101000100101011110 | e6b8a7e796bee98dbeefbe83e682895e |
UHC | ?疾鍾?悉^ | 001111111111001011110000111100011010001100111111111000111111101001011110 | 3ff2f0f1a33fe3fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)