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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 牋鬻珎 | 1110000010101110111000101111011011100000110111011111010010101011 | e0aee2f6e0ddf4ab |
EUC-JP | 牋鬻珎? | 11100000101100001110010011111000111000001101111100111111 | e0b0e4f8e0df3f |
UTF-8 | 牋鬻珎 | 111001111000100110001011111010011010110010111011111001111000111110001110111011101000110110011010 | e7898be9acbbe78f8eee8d9a |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)