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 | 諶皮唱 | 111110111010101010010100111001111000111110100101 | fbaa94e78fa5 |
EUC-JP | 諶皮唱 | 10001111110111101011010111001000111010011011111010100111 | 8fdeb5c8e9bea7 |
UTF-8 | 諶皮唱 | 111010001010101110110110111001111001101010101110111001011001010010110001 | e8abb6e79aaee594b1 |
UHC | 諶皮唱 | 111001001010011011111001101010111111001111011101 | e4a6f9abf3dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)