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 | 遶ェ蟾ス蒹カ | 111001111010101110101010111001011011011110111101111001001110001110110110 | e7abaae5b7bde4e3b6 |
EUC-JP | 遶ェ蟾ス蒹カ | 111011101010110110001110101010101110101010111001100011101011110111101000111001011000111010110110 | eead8eaaeab98ebde8e58eb6 |
UTF-8 | 遶ェ蟾ス蒹カ | 111010011000000110110110111011111011110110101010111010001001111110111110111011111011110110111101111010001001001010111001111011111011110110110110 | e981b6efbdaae89fbeefbdbde892b9efbdb6 |
UHC | ??蟾??? | 00111111001111111110000011101010001111110011111100111111 | 3f3fe0ea3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)