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 | û¹~ | 11111011101110011000101101111110 | fbb98b7e |
SJIS-WIN | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
EUC-JP | û??~ | 100011111010101111100101001111110011111101111110 | 8fabe53f3f7e |
UTF-8 | û¹~ | 11000011101110111100001010111001110000101000101101111110 | c3bbc2b9c28b7e |
UHC | ?¹?~ | 0011111110101001111101100011111101111110 | 3fa9f63f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)