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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邯鞘凰蜷 | 1110011110110110100011111110001010011001100000001110010110010000 | e7b68fe29980e590 |
EUC-JP | 邯鞘凰蜷 | 1110111010111000101111101110010011010001111000001110100111110000 | eeb8bee4d1e0e9f0 |
UTF-8 | 邯鞘凰蜷 | 111010011000001010101111111010011001111010011000111001011000011110110000111010001001110010110111 | e982afe99e98e587b0e89cb7 |
UHC | 邯?凰? | 110010101111101100111111111111001100010100111111 | cafb3ffcc53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)