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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 搔?? | 1000111111000000110010110011111100111111 | 8fc0cb3f3f |
UTF-8 | 搔롋윉 | 111001101001000010010100111010111010000110001011111011001001110010001001 | e69094eba18bec9c89 |
UHC | 搔롋윉 | 111000011011100010001110110100011001111110010001 | e1b88ed19f91 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)