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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 腰???よ | 10001101100110000011111100111111001111111000001011100110 | 8d983f3f3f82e6 |
EUC-JP | 腰???よ | 10111001111110000011111100111111001111111010010011101000 | b9f83f3f3fa4e8 |
UTF-8 | 腰밭뙖閱よ | 111010001000010110110000111010111011000010101101111010111001100110010110111010011001011010110001111000111000001010001000 | e885b0ebb0adeb9996e996b1e38288 |
UHC | 腰밭뙖閱よ | 11101001101001101011100111100111100011001001101111100110111100111010101011101000 | e9a6b9e78c9be6f3aae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)