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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?日? | 00111111100100111111101000111111 | 3f93fa3f |
EUC-JP | ?日? | 00111111110001101111110000111111 | 3fc6fc3f |
UTF-8 | 뤺日읫 | 111010111010010010111010111001101001011110100101111011001001110110101011 | eba4bae697a5ec9dab |
UHC | 뤺日읫 | 100011111110100011101100111011011100000011001011 | 8fe8ecedc0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)