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 | 髫ア讓」繹イ | 111010011001101010110001111001101010100010100011111000111000100010110010 | e99ab1e6a8a3e388b2 |
EUC-JP | 髫ア讓」繹イ | 111100011111101010001110101100011110110010101010100011101010001111100101111010001000111010110010 | f1fa8eb1ecaa8ea3e5e88eb2 |
UTF-8 | 髫ア讓」繹イ | 111010011010101110101011111011111011110110110001111010001010111010010011111011111011110110100011111001111011100110111001111011111011110110110010 | e9ababefbdb1e8ae93efbda3e7b9b9efbdb2 |
UHC | ??讓?繹? | 0011111100111111111001011101001100111111111001101011101000111111 | 3f3fe5d33fe6ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)