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 | 霑ッ蝓弱 | 11101000101111111010111111100101100111111000111011100011 | e8bfafe59f8ee3 |
EUC-JP | 霑ッ蝓弱 | 1111000011000001100011101010111111101010101000011011110011100101 | f0c18eafeaa1bce5 |
UTF-8 | 霑ッ蝓弱 | 111010011001110010010001111011111011110110101111111010001001110110010011111001011011110010110001 | e99c91efbdafe89d93e5bcb1 |
UHC | 霑??弱 | 111011111100010100111111001111111110010110110000 | efc53f3fe5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)