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 | 聽滑晋襞 | 1110001111100011100010101000101010010000010101111110010111111100 | e3e38a8a9057e5fc |
EUC-JP | 聽滑晋襞 | 1110011011100101101100111110101010111111101110001110101011111110 | e6e5b3eabfb8eafe |
UTF-8 | 聽滑晋襞 | 111010001000000110111101111001101011101110010001111001101001100110001011111010001010010110011110 | e881bde6bb91e6998be8a59e |
UHC | 聽滑晋? | 11110100111010011111110011000001111100101100110000111111 | f4e9fcc1f2cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)