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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?社?梨押 | 0011111110001110110100000011111110010111100111001000100110011111 | 3f8ed03f979c899f |
EUC-JP | ?社旿梨押 | 00111111101111001101001010001111110000011111010011001101111111001011001010100001 | 3fbcd28fc1f4cdfcb2a1 |
UTF-8 | 뤋社旿梨押 | 111010111010010010001011111001111010010010111110111001101001011110111111111001101010001010101000111001101000101010111100 | eba48be7a4bee697bfe6a2a8e68abc |
UHC | 뤋社旿梨押 | 10001111101110111101111011100100111001111111101011010111110111101110010011100011 | 8fbbdee4e7fad7dee4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)