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 | ??N?? | 0011111100111111010011100011111100111111 | 3f3f4e3f3f |
SJIS-WIN | 丹脱N丹脱 | 100100100100111110010010010001010100111010010010010011111001001001000101 | 924f92454e924f9245 |
EUC-JP | 丹脱N丹脱 | 110000111011000011000011101001100100111011000011101100001100001110100110 | c3b0c3a64ec3b0c3a6 |
UTF-8 | 丹脱N丹脱 | 11100100101110001011100111101000100001001011000101001110111001001011100010111001111010001000010010110001 | e4b8b9e884b14ee4b8b9e884b1 |
UHC | 丹?N丹? | 11010011101000010011111101001110110100111010000100111111 | d3a13f4ed3a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)