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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 莊澵[莊澵[^ | 1110010010110101111110110100110001011011111001001011010111111011010011000101101101011110 | e4b5fb4c5be4b5fb4c5b5e |
EUC-JP | 莊澵[莊澵[^ | 11101000101101111000111111001000111110000101101111101000101101111000111111001000111110000101101101011110 | e8b78fc8f85be8b78fc8f85b5e |
UTF-8 | 莊澵[莊澵[^ | 111010001000111010001010111001101011111010110101010110111110100010001110100010101110011010111110101101010101101101011110 | e88e8ae6beb55be88e8ae6beb55b5e |
UHC | 莊?[莊?[^ | 111011011111011000111111010110111110110111110110001111110101101101011110 | edf63f5bedf63f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)