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 | âÞùèº | 111000101101111010011111111110011110100010111010 | e2de9ff9e8ba |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | âÞ?ùèº | 10001111101010111010010010001111101010011011000000111111100011111010101111100011100011111010101110110010100011111010001011101011 | 8faba48fa9b03f8fabe38fabb28fa2eb |
UTF-8 | âÞùèº | 110000111010001011000011100111101100001010011111110000111011100111000011101010001100001010111010 | c3a2c39ec29fc3b9c3a8c2ba |
UHC | ?Þ???º | 0011111110101000101011010011111100111111001111111010100010101100 | 3fa8ad3f3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)