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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
EUC-JP | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
UTF-8 | 閱묒뼰閱묒뼷E | 11101001100101101011000111101011101011001001001011101011101111001011000011101001100101101011000111101011101011001001001011101011101111001011011101000101 | e996b1ebac92ebbcb0e996b1ebac92ebbcb745 |
UHC | 閱묒뼰閱묒뼷E | 11100110111100111001000111101100100101101011001111100110111100111001000111101100100101101011101001000101 | e6f391ec96b3e6f391ec96ba45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)