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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 扼??\ | 1001110101001110001111110011111101011100 | 9d4e3f3f5c |
EUC-JP | 扼??\ | 1101100110101111001111110011111101011100 | d9af3f3f5c |
UTF-8 | 扼싩㉥\ | 11100110100010011011110011101100100010111010100111100011100010011010010101011100 | e689bcec8ba9e389a55c |
UHC | 扼싩㉥\ | 11100100111110011001101011100111101010001011011001011100 | e4f99ae7a8b65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)