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 | 影ζ? | 1000100101100101100000111100010000111111 | 896583c43f |
EUC-JP | 影ζ? | 1011000111000110101001101100011000111111 | b1c6a6c63f |
UTF-8 | 影ζ슱 | 1110010110111101101100011100111010110110111011001000101010110001 | e5bdb1ceb6ec8ab1 |
UHC | 影ζ슱 | 111001111010111110100101111001101001101010111000 | e7afa5e69ab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)