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 | ?坎毋班 | 00111111100110101010101010011111011110001001010011000111 | 3f9aaa9f7894c7 |
EUC-JP | ?坎毋班 | 00111111110101001010110011011101110110011100100011001001 | 3fd4acddd9c8c9 |
UTF-8 | 뤰坎毋班 | 111010111010010010110000111001011001110110001110111001101010111110001011111001111000111110101101 | eba4b0e59d8ee6af8be78fad |
UHC | 뤰坎毋班 | 1000111111011110110010101110110011011001111011001101101011101100 | 8fdecaecd9ecdaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)