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 | ô£ÞÞ | 111101001010001110001110110111101000111111011110 | f4a38ede8fde |
SJIS-WIN | ?£???? | 00111111100000011001001000111111001111110011111100111111 | 3f81923f3f3f3f |
EUC-JP | ô£?Þ?Þ | 10001111101010111101010010100001111100100011111110001111101010011011000000111111100011111010100110110000 | 8fabd4a1f23f8fa9b03f8fa9b0 |
UTF-8 | ô£ÞÞ | 110000111011010011000010101000111100001010001110110000111001111011000010100011111100001110011110 | c3b4c2a3c28ec39ec28fc39e |
UHC | ???Þ?Þ | 0011111100111111001111111010100010101101001111111010100010101101 | 3f3f3fa8ad3fa8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)