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 | ??晨? | 0011111100111111100111011110110100111111 | 3f3f9ded3f |
EUC-JP | ??晨? | 0011111100111111110110101110111100111111 | 3f3fdaef3f |
UTF-8 | 렺렗晨챌 | 111010111010000010111010111010111010000010010111111001101001100110101000111011001011000110001100 | eba0baeba097e699a8ecb18c |
UHC | 렺렗晨챌 | 1000111011000010100011101010110011100011111001111100001110100111 | 8ec28eace3e7c3a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)