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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 邊深邊深^ | 111001111011001010010000010110111110011110110010100100000101101101011110 | e7b2905be7b2905b5e |
EUC-JP | 邊深邊深^ | 111011101011010010111111101111001110111010110100101111111011110001011110 | eeb4bfbceeb4bfbc5e |
UTF-8 | 邊深邊深^ | 11101001100000101000101011100110101101111011000111101001100000101000101011100110101101111011000101011110 | e9828ae6b7b1e9828ae6b7b15e |
UHC | 邊深邊深^ | 110111001010101111100100101000101101110010101011111001001010001001011110 | dcabe4a2dcabe4a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)