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 | 消隯モ簧 | 10001111110000011111101111101100110100111110001011001110 | 8fc1fbecd3e2ce |
EUC-JP | 消隯モ簧 | 101111101100001110001111111001101110111110001110110100111110010011010000 | bec38fe6ef8ed3e4d0 |
UTF-8 | 消隯モ簧 | 111001101011011010001000111010011001101010101111111011111011111010010011111001111011000010100111 | e6b688e99aafefbe93e7b0a7 |
UHC | 消??簧 | 111000011011110000111111001111111111110011010111 | e1bc3f3ffcd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)