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 | ????K | 0011111100111111001111110011111101001011 | 3f3f3f3f4b |
SJIS-WIN | 疇躙疇貉K | 111000010110010111100111010101111110000101100101111001101011100101001011 | e165e757e165e6b94b |
EUC-JP | 疇躙疇貉K | 111000011100011011101101101110001110000111000110111011001011101101001011 | e1c6edb8e1c6ecbb4b |
UTF-8 | 疇躙疇貉K | 11100111100101101000011111101000101110101001100111100111100101101000011111101000101100101000100101001011 | e79687e8ba99e79687e8b2894b |
UHC | 疇?疇?K | 11110001110000100011111111110001110000100011111101001011 | f1c23ff1c23f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)