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 | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
EUC-JP | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
UTF-8 | 輦깅벊留똮BF | 1110111110100110100110001110101010111001100001011110101110110010100010101110111110100111100011011110101110011000101011100100001001000110 | efa698eab985ebb28aefa78deb98ae4246 |
UHC | 輦깅벊留똮BF | 111001101110010010110001111010111001001110101101111010111010011110001100011011110100001001000110 | e6e4b1eb93adeba78c6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)