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 | ûÜÛ\ | 1111101111011100110110111010110101011100 | fbdcdbad5c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | ûÜÛ?\ | 1000111110101011111001011000111110101010111001001000111110101010111001010011111101011100 | 8fabe58faae48faae53f5c |
UTF-8 | ûÜÛ\ | 110000111011101111000011100111001100001110011011110000101010110101011100 | c3bbc39cc39bc2ad5c |
UHC | ???\ | 001111110011111100111111101000011010100101011100 | 3f3f3fa1a95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)