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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | テ津イツエツョ | 1100001110010010110000111011001011000010101101001100001010101110 | c392c3b2c2b4c2ae |
EUC-JP | テ津イツエツョ | 1000111011000011110001001100010110001110101100101000111011000010100011101011010010001110110000101000111010101110 | 8ec3c4c58eb28ec28eb48ec28eae |
UTF-8 | テ津イツエツョ | 111011111011111010000011111001101011010010100101111011111011110110110010111011111011111010000010111011111011110110110100111011111011111010000010111011111011110110101110 | efbe83e6b4a5efbdb2efbe82efbdb4efbe82efbdae |
UHC | ?津????? | 0011111111110010110100000011111100111111001111110011111100111111 | 3ff2d03f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)