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 | 豌ク繧苦妺驥 | 1110011010110000101110001110001110000010100010111110101011111010101001011110100110000111 | e6b0b8e3828beafaa5e987 |
EUC-JP | 豌ク繧苦妺驥 | 11101100101100101000111010111000111001011110001010110110111011001000111110111001101101111111000111100111 | ecb28eb8e5e2b6ec8fb9b7f1e7 |
UTF-8 | 豌ク繧苦妺驥 | 111010001011000110001100111011111011110110111000111001111011100110100111111010001000101110100110111001011010011010111010111010011010100110100101 | e8b18cefbdb8e7b9a7e88ba6e5a6bae9a9a5 |
UHC | 豌??苦?驥 | 111010001101010100111111001111111100110111001000001111111101000111001010 | e8d53f3fcdc83fd1ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)