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 | ??b[??b[^ | 001111110011111101100010010110110011111100111111011000100101101101011110 | 3f3f625b3f3f625b5e |
SJIS-WIN | ??b[??b[^ | 001111110011111101100010010110110011111100111111011000100101101101011110 | 3f3f625b3f3f625b5e |
EUC-JP | 岵?b[岵?b[^ | 10001111101110111011011100111111011000100101101110001111101110111011011100111111011000100101101101011110 | 8fbbb73f625b8fbbb73f625b5e |
UTF-8 | 岵렔b[岵렔b[^ | 1110010110110010101101011110101110100000100101000110001001011011111001011011001010110101111010111010000010010100011000100101101101011110 | e5b2b5eba094625be5b2b5eba094625b5e |
UHC | 岵렔b[岵렔b[^ | 11111011110000001000111010101001011000100101101111111011110000001000111010101001011000100101101101011110 | fbc08ea9625bfbc08ea9625b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)