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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | セュ治爾捨] | 101111101010110110001110101000011000111010100010100011101100110001011101 | bead8ea18ea28ecc5d |
EUC-JP | セュ治爾捨] | 1000111010111110100011101010110110111100101000111011110010100100101111001100111001011101 | 8ebe8eadbca3bca4bcce5d |
UTF-8 | セュ治爾捨] | 11101111101111011011111011101111101111011010110111100110101100101011101111100111100010001011111011100110100011011010100001011101 | efbdbeefbdade6b2bbe788bee68da85d |
UHC | ??治爾捨] | 001111110011111111110110101111011110110010110011110111101101011101011101 | 3f3ff6bdecb3ded75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)