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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 毓??\ | 1001111101111001001111110011111101011100 | 9f793f3f5c |
EUC-JP | 毓??\ | 1101110111011010001111110011111101011100 | ddda3f3f5c |
UTF-8 | 毓묒닪\ | 11100110101011111001001111101011101011001001001011101011100010111010101001011100 | e6af93ebac92eb8baa5c |
UHC | 毓묒닪\ | 11101011101111101001000111101100100010001010010101011100 | ebbe91ec88a55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)