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 | ク糯 | 1011100011110110100011111110001011110111 | b8f68fe2f7 |
EUC-JP | ク?糯 | 1000111010111000001111111110010011111001 | 8eb83fe4f9 |
UTF-8 | ク糯 | 111011111011110110111000111011101001001010110110111001111011001110101111 | efbdb8ee92b6e7b3af |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)