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 | 霑ッ蟆ア | 111010001011111110101111111001011011000010110001 | e8bfafe5b0b1 |
EUC-JP | 霑ッ蟆ア | 1111000011000001100011101010111111101010101100101000111010110001 | f0c18eafeab28eb1 |
UTF-8 | 霑ッ蟆ア | 111010011001110010010001111011111011110110101111111010001001111110000110111011111011110110110001 | e99c91efbdafe89f86efbdb1 |
UHC | 霑??? | 1110111111000101001111110011111100111111 | efc53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)