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 | 00111111001111110011111100111111001111110100000001000010 | 3f3f3f3f3f4042 |
SJIS-WIN | ??を??@B | 0011111100111111100000101111000000111111001111110100000001000010 | 3f3f82f03f3f4042 |
EUC-JP | ??を??@B | 0011111100111111101001001111001000111111001111110100000001000010 | 3f3fa4f23f3f4042 |
UTF-8 | 룵핊を룶웡@B | 1110101110100011101101011110110110010101100010101110001110000010100100101110101110100011101101101110110010011011101000010100000001000010 | eba3b5ed958ae38292eba3b6ec9ba14042 |
UHC | 룵핊を룶웡@B | 100011111010101011000000100011111010101011110010100011111010101110111111111111010100000001000010 | 8faac08faaf28fabbffd4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)