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 | 鞣ょア | 1110100011100010100000101110010110110001 | e8e282e5b1 |
EUC-JP | 鞣ょア | 111100001110010010100100111001111000111010110001 | f0e4a4e78eb1 |
UTF-8 | 鞣ょア | 111010011001111010100011111000111000001010000111111011111011110110110001 | e99ea3e38287efbdb1 |
UHC | ?ょ? | 00111111101010101110011100111111 | 3faae73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)