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 | ??齬? | 0011111100111111111010101001011100111111 | 3f3fea973f |
EUC-JP | ??齬? | 0011111100111111111100111111011100111111 | 3f3ff3f73f |
UTF-8 | 綎렮齬렜 | 111001111011011010001110111010111010000010101110111010011011110110101100111010111010000010011100 | e7b68eeba0aee9bdaceba09c |
UHC | 綎렮齬렜 | 1110111111110010100011101011101111100101111000011000111010101110 | eff28ebbe5e18eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)