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 | 餘??援?┳ | 111010010101000000111111001111111000100110000111001111111000010010110001 | e9503f3f89873f84b1 |
EUC-JP | 餘??援?┳ | 111100011011000100111111001111111011000111100111001111111010100010110011 | f1b13f3fb1e73fa8b3 |
UTF-8 | 餘꿩누援㏆┳ | 111010011010010010011000111010101011111110101001111010111000100010000100111001101000111110110100111000111000111110000110111000101001010010110011 | e9a498eabfa9eb8884e68fb4e38f86e294b3 |
UHC | 餘꿩누援㏆┳ | 111001101010111010110010111001101011010010101001111010101011010110100111111011111010011010110011 | e6aeb2e6b4a9eab5a7efa6b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)