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 | 要ι?野 | 10010111011101101000001111000111001111111001011011101100 | 977683c73f96ec |
EUC-JP | 要ι?野 | 11001101110101111010011011001001001111111100110011101110 | cdd7a6c93fccee |
UTF-8 | 要ι긽野 | 1110100010100110100000011100111010111001111010101011100010111101111010011000011110001110 | e8a681ceb9eab8bde9878e |
UHC | 要ι긽野 | 1110100110101001101001011110100110000011100000011110010110101111 | e9a9a5e98381e5af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)