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 | 屋??臆 | 100010011010111000111111001111111000100110110000 | 89ae3f3f89b0 |
EUC-JP | 屋??臆 | 101100101011000000111111001111111011001010110010 | b2b03f3fb2b2 |
UTF-8 | 屋룩퀦臆 | 111001011011000110001011111010111010001110101001111011011000000010100110111010001000011110000110 | e5b18beba3a9ed80a6e88786 |
UHC | 屋룩퀦臆 | 1110100010101001101101111110100010110011100110101110010111100110 | e8a9b7e8b39ae5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)