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 | 濟??? | 1110000001011010001111110011111100111111 | e05a3f3f3f |
EUC-JP | 濟??? | 1101111110111011001111110011111100111111 | dfbb3f3f3f |
UTF-8 | 濟렒諪렍 | 111001101011111110011111111010111010000010010010111010001010101110101010111010111010000010001101 | e6bf9feba092e8abaaeba08d |
UHC | 濟렒諪렍 | 1111000010101101100011101010011111101111111101011000111010100011 | f0ad8ea7eff58ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)