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 | ??B?? | 0011111100111111010000100011111100111111 | 3f3f423f3f |
SJIS-WIN | ??B?? | 0011111100111111010000100011111100111111 | 3f3f423f3f |
EUC-JP | ??B?? | 0011111100111111010000100011111100111111 | 3f3f423f3f |
UTF-8 | 뭎묯B묧뭎 | 11101011101011011000111011101011101011001010111101000010111010111010110010100111111010111010110110001110 | ebad8eebacaf42ebaca7ebad8e |
UHC | 뭎묯B묧뭎 | 100100100101100010010010010001100100001010010001111111101001001001011000 | 925892464291fe9258 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)