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 | 邯画悽遲 | 1110011110110110100010011110011010011100101011001110011110101101 | e7b689e69cace7ad |
EUC-JP | 邯画悽遲 | 1110111010111000101100101110100011011000101011101110111010101111 | eeb8b2e8d8aeeeaf |
UTF-8 | 邯画悽遲 | 111010011000001010101111111001111001010010111011111001101000001010111101111010011000000110110010 | e982afe794bbe682bde981b2 |
UHC | 邯?悽遲 | 11001010111110110011111111110100101001001111001011000000 | cafb3ff4a4f2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)