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 | 螟キ蠏護ケク | 111001011010010010110111111001011011010110001100111011001011100110111000 | e5a4b7e5b58cecb9b8 |
EUC-JP | 螟キ蠏護ケク | 111010101010011010001110101101111110101010110111101110001110111010001110101110011000111010111000 | eaa68eb7eab7b8ee8eb98eb8 |
UTF-8 | 螟キ蠏護ケク | 111010001001111010011111111011111011110110110111111010001010000010001111111010001010110110110111111011111011110110111001111011111011110110111000 | e89e9fefbdb7e8a08fe8adb7efbdb9efbdb8 |
UHC | 螟??護?? | 1101100110101101001111110011111111111011110111100011111100111111 | d9ad3f3ffbde3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)