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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 阡泌喚髯「 | 111010001001010010010100111001011000101010101011111010011001100110100010 | e89494e58aabe999a2 |
EUC-JP | 阡泌喚髯「 | 11101111111101001100100011100111101101001010110111110001111110011000111010100010 | eff4c8e7b4adf1f98ea2 |
UTF-8 | 阡泌喚髯「 | 111010011001100010100001111001101011001110001100111001011001011010011010111010011010101110101111111011111011110110100010 | e998a1e6b38ce5969ae9abafefbda2 |
UHC | 阡泌喚?? | 1111010011000110111110011011001011111100101100000011111100111111 | f4c6f9b2fcb03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)