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 | 蜃曁藍 | 111001011000011110011101111110001001011110010101 | e5879df89795 |
EUC-JP | 蜃曁藍 | 111010011110011111011010111110101100110111110101 | e9e7dafacdf5 |
UTF-8 | 蜃曁藍 | 111010001001110010000011111001101001101110000001111010001001011110001101 | e89c83e69b81e8978d |
UHC | 蜃?藍 | 1110001111110001001111111101010111000000 | e3f13fd5c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)