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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 辰揃但叩^ | 100100100100001110010001101101011001001001000001100100100100000001011110 | 924391b5924192405e |
EUC-JP | 辰揃但叩^ | 110000111010010011000010101101111100001110100010110000111010000101011110 | c3a4c2b7c3a2c3a15e |
UTF-8 | 辰揃但叩^ | 11101000101111101011000011100110100011111000001111100100101111011000011011100101100011111010100101011110 | e8beb0e68f83e4bd86e58fa95e |
UHC | 辰?但叩^ | 1111001011100011001111111101001110100011110011011011000001011110 | f2e33fd3a3cdb05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)