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 | û è¼ | 111110111010000010011101111010001001001110111100 | fba09de893bc |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | û??è?? | 10001111101010111110010100111111001111111000111110101011101100100011111100111111 | 8fabe53f3f8fabb23f3f |
UTF-8 | û è¼ | 110000111011101111000010101000001100001010011101110000111010100011000010100100111100001010111100 | c3bbc2a0c29dc3a8c293c2bc |
UHC | ?????¼ | 00111111001111110011111100111111001111111010100011111001 | 3f3f3f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)