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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霈餓椋繖コ | 111010001011110010001001111011001001011010111000111000111000010010111010 | e8bc89ec96b8e384ba |
EUC-JP | 霈餓椋繖コ | 11110000101111101011001011101110110011001011101011100101111001001000111010111010 | f0beb2eeccbae5e48eba |
UTF-8 | 霈餓椋繖コ | 111010011001110010001000111010011010010010010011111001101010010010001011111001111011100110010110111011111011110110111010 | e99c88e9a493e6a48be7b996efbdba |
UHC | ?餓??? | 001111111110010010111011001111110011111100111111 | 3fe4bb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)