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 | ?エ?滷 | 0011111110110100001111111110000001000010 | 3fb43fe042 |
EUC-JP | ?エ?滷 | 001111111000111010110100001111111101111110100011 | 3f8eb43fdfa3 |
UTF-8 | 䭵エ滷 | 111001001010110110110101111011111011110110110100111011101011110010100001111001101011101110110111 | e4adb5efbdb4eebca1e6bbb7 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)