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 | ûÏϼBF | 111110111100111111001111101111000100001001000110 | fbcfcfbc4246 |
SJIS-WIN | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
EUC-JP | ûÏÏ?BF | 100011111010101111100101100011111010101011000001100011111010101011000001001111110100001001000110 | 8fabe58faac18faac13f4246 |
UTF-8 | ûÏϼBF | 11000011101110111100001110001111110000111000111111000010101111000100001001000110 | c3bbc38fc38fc2bc4246 |
UHC | ???¼BF | 00111111001111110011111110101000111110010100001001000110 | 3f3f3fa8f94246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)