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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 骭橄衍 | 111010011000110010011110111010111001111110100101 | e98c9eeb9fa5 |
EUC-JP | 骭橄衍 | 111100011110110011011100111011011101111010100111 | f1ecdceddea7 |
UTF-8 | 骭橄衍 | 111010011010101010101101111001101010100110000100111010001010000110001101 | e9aaade6a984e8a18d |
UHC | ?橄衍 | 0011111111001010111101001110011011100010 | 3fcaf4e6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)