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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???俉 | 0011111100111111001111111111101001100001 | 3f3f3ffa61 |
EUC-JP | 縕??俉 | 1000111111010100110000100011111100111111100011111011000110111011 | 8fd4c23f3f8fb1bb |
UTF-8 | 縕랃쉽俉 | 111001111011100010010101111010111001111010000011111011001000100110111101111001001011111110001001 | e7b895eb9e83ec89bde4bf89 |
UHC | 縕랃쉽俉 | 1110100010110010100011011110111110111101101100011110011111101011 | e8b28defbdb1e7eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)