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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 揖f? | 1001011101001011100000101000011000111111 | 974b82863f |
EUC-JP | 揖f? | 1100110110101100101000111110011000111111 | cdaca3e63f |
UTF-8 | 揖f뒔 | 111001101000111110010110111011111011110110000110111010111001001010010100 | e68f96efbd86eb9294 |
UHC | 揖f뒔 | 111010111110011110100011111001101000101010010001 | ebe7a3e68a91 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)