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 | ???®? | 0011111100111111001111111010111000111111 | 3f3f3fae3f |
SJIS-WIN | 止?蠢?? | 10001110011111100011111111100101101111110011111100111111 | 8e7e3fe5bf3f3f |
EUC-JP | 止?蠢®? | 101110111101111100111111111010101100000110001111101000101110111000111111 | bbdf3feac18fa2ee3f |
UTF-8 | 止렮蠢®렣 | 1110011010101101101000101110101110100000101011101110100010100000101000101100001010101110111010111010000010100011 | e6ada2eba0aee8a0a2c2aeeba0a3 |
UHC | 止렮蠢®렣 | 11110010101011011000111010111011111100011110001110100010111001111000111010110100 | f2ad8ebbf1e3a2e78eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)