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 | 隴冗聞褻 | 1110100010101101100011111110011110010101101101111110010111110110 | e8ad8fe795b7e5f6 |
EUC-JP | 隴冗聞褻 | 1111000010101111101111101110100111001010101110011110101011111000 | f0afbee9cab9eaf8 |
UTF-8 | 隴冗聞褻 | 111010011001101010110100111001011000011010010111111010001000000110011110111010001010010010111011 | e99ab4e58697e8819ee8a4bb |
UHC | ?冗聞褻 | 00111111111010011011011111011010101001001110000011100001 | 3fe9b7daa4e0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)