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 | ¸Þ£è | 10111000110111101010001111101000 | b8dea3e8 |
SJIS-WIN | ??£? | 0011111100111111100000011001001000111111 | 3f3f81923f |
EUC-JP | ¸Þ£è | 1000111110100010101100011000111110101001101100001010000111110010100011111010101110110010 | 8fa2b18fa9b0a1f28fabb2 |
UTF-8 | ¸Þ£è | 1100001010111000110000111001111011000010101000111100001110101000 | c2b8c39ec2a3c3a8 |
UHC | ¸Þ?? | 101000101010110010101000101011010011111100111111 | a2aca8ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)