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 | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | ?男@?男@B | 001111111001001001101010010000000011111110010010011010100100000001000010 | 3f926a403f926a4042 |
EUC-JP | ?男@?男@B | 001111111100001111001011010000000011111111000011110010110100000001000010 | 3fc3cb403fc3cb4042 |
UTF-8 | 룵男@룵男@B | 111010111010001110110101111001111001010010110111010000001110101110100011101101011110011110010100101101110100000001000010 | eba3b5e794b740eba3b5e794b74042 |
UHC | 룵男@룵男@B | 1000111110101010110100011111101101000000100011111010101011010001111110110100000001000010 | 8faad1fb408faad1fb4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)