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}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 閼噂n}閼噂n{^ | 11101000100001001000100101011100011011100111110111101000100001001000100101011100011011100111101101011110 | e884895c6e7de884895c6e7b5e |
EUC-JP | 閼噂n}閼噂n{^ | 11101111111001001011000110111101011011100111110111101111111001001011000110111101011011100111101101011110 | efe4b1bd6e7defe4b1bd6e7b5e |
UTF-8 | 閼噂n}閼噂n{^ | 1110100110010110101111001110010110011001100000100110111001111101111010011001011010111100111001011001100110000010011011100111101101011110 | e996bce599826e7de996bce599826e7b5e |
UHC | 閼?n}閼?n{^ | 1110010011011001001111110110111001111101111001001101100100111111011011100111101101011110 | e4d93f6e7de4d93f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)