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 | 聽滑心羯 | 1110001111100011100010101000101010010000010100111110001110111001 | e3e38a8a9053e3b9 |
EUC-JP | 聽滑心羯 | 1110011011100101101100111110101010111111101101001110011010111011 | e6e5b3eabfb4e6bb |
UTF-8 | 聽滑心羯 | 111010001000000110111101111001101011101110010001111001011011111110000011111001111011111010101111 | e881bde6bb91e5bf83e7beaf |
UHC | 聽滑心? | 11110100111010011111110011000001111000111111110100111111 | f4e9fcc1e3fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)