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 | 霈餓ーセ | 111010001011110010001001111011001011000010111110 | e8bc89ecb0be |
EUC-JP | 霈餓ーセ | 1111000010111110101100101110111010001110101100001000111010111110 | f0beb2ee8eb08ebe |
UTF-8 | 霈餓ーセ | 111010011001110010001000111010011010010010010011111011111011110110110000111011111011110110111110 | e99c88e9a493efbdb0efbdbe |
UHC | ?餓?? | 0011111111100100101110110011111100111111 | 3fe4bb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)