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 | þþ^ | 100111001000000110011001111111101001110010000001100110011111111001011110 | 9c8199fe9c8199fe5e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ???þ???þ^ | 00111111001111110011111110001111101010011101000000111111001111110011111110001111101010011101000001011110 | 3f3f3f8fa9d03f3f3f8fa9d05e |
UTF-8 | þþ^ | 1100001010011100110000101000000111000010100110011100001110111110110000101001110011000010100000011100001010011001110000111011111001011110 | c29cc281c299c3bec29cc281c299c3be5e |
UHC | ???þ???þ^ | 0011111100111111001111111010100110101101001111110011111100111111101010011010110101011110 | 3f3f3fa9ad3f3f3fa9ad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)