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 | ?????V | 001111110011111100111111001111110011111101010110 | 3f3f3f3f3f56 |
SJIS-WIN | 節??熱?V | 1001000011011111001111110011111110010100010011010011111101010110 | 90df3f3f944d3f56 |
EUC-JP | 節??熱?V | 1100000011100001001111110011111111000111101011100011111101010110 | c0e13f3fc7ae3f56 |
UTF-8 | 節억쉭熱폪V | 11100111101011111000000011101100100101101011010111101100100010011010110111100111100001101011000111101101100011111010101001010110 | e7af80ec96b5ec89ade786b1ed8faa56 |
UHC | 節억쉭熱폪V | 1110111110111101101111101110111110111101101011011110011011110000101111010101000101010110 | efbdbeefbdade6f0bd5156 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)