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 | 霈餓沫逋 | 1110100010111100100010011110110010010110100101111110011110011001 | e8bc89ec9697e799 |
EUC-JP | 霈餓沫逋 | 1111000010111110101100101110111011001011111101111110110111111001 | f0beb2eecbf7edf9 |
UTF-8 | 霈餓沫逋 | 111010011001110010001000111010011010010010010011111001101011001010101011111010011000000010001011 | e99c88e9a493e6b2abe9808b |
UHC | ?餓沫逋 | 00111111111001001011101111011000110010001111100011100111 | 3fe4bbd8c8f8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)