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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?坎氓聾? | 0011111110011010101010101001111110000010100110000101011100111111 | 3f9aaa9f8298573f |
EUC-JP | ?坎氓聾熢 | 00111111110101001010110011011101111000101100111110111000100011111100101010101011 | 3fd4acdde2cfb88fcaab |
UTF-8 | 뤰坎氓聾熢 | 111010111010010010110000111001011001110110001110111001101011000010010011111010001000000110111110111001111000011010100010 | eba4b0e59d8ee6b093e881bee786a2 |
UHC | 뤰坎氓聾熢 | 10001111110111101100101011101100110110001110110011010110111011001101110011101100 | 8fdecaecd8ecd6ecdcec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)