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 | ûBµç«ºûB | 1111101101000010101101011110011110101011101110101111101101000010 | fb42b5e7abbafb42 |
SJIS-WIN | ?B?????B | 0011111101000010001111110011111100111111001111110011111101000010 | 3f423f3f3f3f3f42 |
EUC-JP | ûB?ç?ºûB | 10001111101010111110010101000010001111111000111110101011101011100011111110001111101000101110101110001111101010111110010101000010 | 8fabe5423f8fabae3f8fa2eb8fabe542 |
UTF-8 | ûBµç«ºûB | 1100001110111011010000101100001010110101110000111010011111000010101010111100001010111010110000111011101101000010 | c3bb42c2b5c3a7c2abc2bac3bb42 |
UHC | ?B???º?B | 001111110100001000111111001111110011111110101000101011000011111101000010 | 3f423f3f3fa8ac3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)