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 | 00111111001111110011111101001011 | 3f3f3f4b |
SJIS-WIN | 鍜繆窘K | 11101000010001111110001101111000111000100111101001001011 | e847e378e27a4b |
EUC-JP | 鍜繆窘K | 11101111101010001110010111011001111000111101101101001011 | efa8e5d9e3db4b |
UTF-8 | 鍜繆窘K | 11101001100011011001110011100111101110011000011011100111101010101001100001001011 | e98d9ce7b986e7aa984b |
UHC | ?繆窘K | 001111111101100111110000110011111101011101001011 | 3fd9f0cfd74b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)