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 | û½Í×G | 1111101110111101110011011101011101000111 | fbbdcdd747 |
SJIS-WIN | ???×G | 001111110011111100111111100000010111111001000111 | 3f3f3f817e47 |
EUC-JP | û?Í×G | 10001111101010111110010100111111100011111010101010111111101000011101111101000111 | 8fabe53f8faabfa1df47 |
UTF-8 | û½Í×G | 110000111011101111000010101111011100001110001101110000111001011101000111 | c3bbc2bdc38dc39747 |
UHC | ?½?×G | 00111111101010001111011000111111101000011011111101000111 | 3fa8f63fa1bf47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)