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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 阡泌喚 | 111010001001010010010100111001011000101010101011 | e89494e58aab |
EUC-JP | 阡泌喚 | 111011111111010011001000111001111011010010101101 | eff4c8e7b4ad |
UTF-8 | 阡泌喚 | 111010011001100010100001111001101011001110001100111001011001011010011010 | e998a1e6b38ce5969a |
UHC | 阡泌喚 | 111101001100011011111001101100101111110010110000 | f4c6f9b2fcb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)