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 | 杢貉网磋 | 1001011011011011111001101011100111100011101001001110000111110110 | 96dbe6b9e3a4e1f6 |
EUC-JP | 杢貉网磋 | 1100110011011101111011001011101111100110101001101110001011111000 | ccddecbbe6a6e2f8 |
UTF-8 | 杢貉网磋 | 111001101001110110100010111010001011001010001001111001111011110110010001111001111010001110001011 | e69da2e8b289e7bd91e7a38b |
UHC | ???磋 | 0011111100111111001111111111001110101111 | 3f3f3ff3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)