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? | 1110001010110011100000101000011000111111 | e2b382863f |
EUC-JP | 箋f? | 1110010010110101101000111110011000111111 | e4b5a3e63f |
UTF-8 | 箋f콦 | 111001111010111010001011111011111011110110000110111011001011110110100110 | e7ae8befbd86ecbda6 |
UHC | 箋f콦 | 111011111010100010100011111001101011000110011100 | efa8a3e6b19c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)