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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 霆顋シィシソ] | 111010001011101111101000111110011011110010101000101111001011111101011101 | e8bbe8f9bca8bcbf5d |
EUC-JP | 霆顋シィシソ] | 11110000101111011111000011111011100011101011110010001110101010001000111010111100100011101011111101011101 | f0bdf0fb8ebc8ea88ebc8ebf5d |
UTF-8 | 霆顋シィシソ] | 11101001100111001000011011101001101000011000101111101111101111011011110011101111101111011010100011101111101111011011110011101111101111011011111101011101 | e99c86e9a18befbdbcefbda8efbdbcefbdbf5d |
UHC | 霆?????] | 1110111111111101001111110011111100111111001111110011111101011101 | effd3f3f3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)