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 | 省ケ、脯 | 100011111100100010111001101001001110001111111011 | 8fc8b9a4e3fb |
EUC-JP | 省ケ、脯 | 1011111011001010100011101011100110001110101001001110011011111101 | beca8eb98ea4e6fd |
UTF-8 | 省ケ、脯 | 111001111001110010000001111011111011110110111001111011111011110110100100111010001000010010101111 | e79c81efbdb9efbda4e884af |
UHC | 省??脯 | 111000001111110100111111001111111111100011100001 | e0fd3f3ff8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)