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 | 絶??徇ε┘ | 10010000111000100011111100111111100111000110110110000011110000111000010010100011 | 90e23f3f9c6d83c384a3 |
EUC-JP | 絶??徇ε┘ | 11000000111001000011111100111111110101111100111010100110110001011010100010100101 | c0e43f3fd7cea6c5a8a5 |
UTF-8 | 絶귛겛徇ε┘ | 1110011110110101101101101110101010110111100110111110101010110010100110111110010110111110100001111100111010110101111000101001010010011000 | e7b5b6eab79beab29be5be87ceb5e29498 |
UHC | 絶귛겛徇ε┘ | 111011111011111010000010111001011000000110110010111000101101111110100101111001011010011010100101 | efbe82e581b2e2dfa5e5a6a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)