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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 隱捺ス滓」イ | 111010001010101010010011111001101011110110011111111001101010001110110010 | e8aa93e6bd9fe6a3b2 |
EUC-JP | 隱捺ス滓」イ | 111100001010110011000110111010001000111010111101110111101110100010001110101000111000111010110010 | f0acc6e88ebddee88ea38eb2 |
UTF-8 | 隱捺ス滓」イ | 111010011001101010110001111001101000110110111010111011111011110110111101111001101011101110010011111011111011110110100011111011111011110110110010 | e99ab1e68dbaefbdbde6bb93efbda3efbdb2 |
UHC | 隱捺?滓?? | 111010111101111111010001111101000011111111101110101010110011111100111111 | ebdfd1f43feeab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)