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 | 屋??猥 | 100010011010111000111111001111111110000011001110 | 89ae3f3fe0ce |
EUC-JP | 屋??猥 | 101100101011000000111111001111111110000011010000 | b2b03f3fe0d0 |
UTF-8 | 屋룩킃猥 | 111001011011000110001011111010111010001110101001111011011000001010000011111001111000110010100101 | e5b18beba3a9ed8283e78ca5 |
UHC | 屋룩킃猥 | 1110100010101001101101111110100010110100100011111110100011100101 | e8a9b7e8b48fe8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)