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 | 髴ス邏川ケエ | 111010011001110010111101111001111011010010010000111011001011100110110100 | e99cbde7b490ecb9b4 |
EUC-JP | 髴ス邏川ケエ | 111100011111110010001110101111011110111010110110110000001110111010001110101110011000111010110100 | f1fc8ebdeeb6c0ee8eb98eb4 |
UTF-8 | 髴ス邏川ケエ | 111010011010101110110100111011111011110110111101111010011000001010001111111001011011011110011101111011111011110110111001111011111011110110110100 | e9abb4efbdbde9828fe5b79defbdb9efbdb4 |
UHC | ??邏川?? | 0011111100111111110101011010010011110100101110010011111100111111 | 3f3fd5a4f4b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)