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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 將?粧?B | 10011011100100100011111110001111110011110011111101000010 | 9b923f8fcf3f42 |
EUC-JP | 將?粧?B | 11010101111100100011111110111110110100010011111101000010 | d5f23fbed13f42 |
UTF-8 | 將렖粧렰B | 11100101101100001000011111101011101000001001011011100111101100101010011111101011101000001011000001000010 | e5b087eba096e7b2a7eba0b042 |
UHC | 將렖粧렰B | 111011011110001010001110101010111110110111110010100011101011110101000010 | ede28eabedf28ebd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)