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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 扈??敎 | 111001111011101100111111001111111111101011001101 | e7bb3f3ffacd |
EUC-JP | 扈?焌? | 11101110101111010011111110001111110010011110100000111111 | eebd3f8fc9e83f |
UTF-8 | 扈렚焌敎 | 111001101000100110001000111010111010000010011010111001111000010010001100111001101001010110001110 | e68988eba09ae7848ce6958e |
UHC | 扈렚焌敎 | 1111101111000011100011101010110111110001111000001100111011100111 | fbc38eadf1e0cee7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)