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 | 襍ア譴ァ? | 11101000101101011011000111100110101000101010011100111111 | e8b5b1e6a2a73f |
EUC-JP | 襍ア譴ァ錟 | 1111000010110111100011101011000111101100101001001000111010100111100011111110010011011101 | f0b78eb1eca48ea78fe4dd |
UTF-8 | 襍ア譴ァ錟 | 111010001010010110001101111011111011110110110001111010001010110110110100111011111011110110100111111010011000110010011111 | e8a58defbdb1e8adb4efbda7e98c9f |
UHC | ??譴?錟 | 00111111001111111100110010111001001111111101001111001010 | 3f3fccb93fd3ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)