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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 缸?弔紡 | 11100011100111010011111110010010101000101001011001100001 | e39d3f92a29661 |
EUC-JP | 缸?弔紡 | 11100101111111010011111111000100101001001100101111000010 | e5fd3fc4a4cbc2 |
UTF-8 | 缸렯弔紡 | 111001111011110010111000111010111010000010101111111001011011110010010100111001111011010010100001 | e7bcb8eba0afe5bc94e7b4a1 |
UHC | 缸렯弔紡 | 1111100111111100100011101011110011110000110000001101101110110111 | f9fc8ebcf0c0dbb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)