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 | ?G??}B | 001111110100011100111111001111110111110101000010 | 3f473f3f7d42 |
SJIS-WIN | ?G??}B | 001111110100011100111111001111110111110101000010 | 3f473f3f7d42 |
EUC-JP | ?G??}B | 001111110100011100111111001111110111110101000010 | 3f473f3f7d42 |
UTF-8 | 혪G혩첸}B | 111011011001100010101010010001111110110110011000101010011110110010110010101110000111110101000010 | ed98aa47ed98a9ecb2b87d42 |
UHC | 혪G혩첸}B | 110000101001001001000111110000101001000111000011101111100111110101000010 | c29247c291c3be7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)