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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 即足臓息] | 100100011010011010010001101010111001000110011111100100011010011101011101 | 91a691ab919f91a75d |
EUC-JP | 即足臓息] | 110000101010100011000010101011011100001010100001110000101010100101011101 | c2a8c2adc2a1c2a95d |
UTF-8 | 即足臓息] | 11100101100011011011001111101000101101101011001111101000100001111001001111100110100000011010111101011101 | e58db3e8b6b3e88793e681af5d |
UHC | ?足?息] | 00111111111100001110101100111111111000111101001101011101 | 3ff0eb3fe3d35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)