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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | ??h | 001111110011111101101000 | 3f3f68 |
EUC-JP | ?洧h | 0011111110001111110001111011010001101000 | 3f8fc7b468 |
UTF-8 | 뤙洧h | 11101011101001001001100111100110101101001010011101101000 | eba499e6b4a768 |
UHC | 뤙洧h | 1000111111001000111010101111101101101000 | 8fc8eafb68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)