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 | 省アミ跪 | 100011111100100010110001110100001110011011101100 | 8fc8b1d0e6ec |
EUC-JP | 省アミ跪 | 1011111011001010100011101011000110001110110100001110110011101110 | beca8eb18ed0ecee |
UTF-8 | 省アミ跪 | 111001111001110010000001111011111011110110110001111011111011111010010000111010001011011110101010 | e79c81efbdb1efbe90e8b7aa |
UHC | 省??? | 1110000011111101001111110011111100111111 | e0fd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)