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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 郢ァ譛ア縺 | 1110011110111001101001111110011010011100101100011110001110000001 | e7b9a7e69cb1e381 |
EUC-JP | 郢ァ譛ア縺 | 11101110101110111000111010100111111010111111110010001110101100011110010111100001 | eebb8ea7ebfc8eb1e5e1 |
UTF-8 | 郢ァ譛ア縺 | 111010011000001110100010111011111011110110100111111010001010110110011011111011111011110110110001111001111011100010111010 | e983a2efbda7e8ad9befbdb1e7b8ba |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)