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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 辰揃但叩B | 100100100100001110010001101101011001001001000001100100100100000001000010 | 924391b59241924042 |
EUC-JP | 辰揃但叩B | 110000111010010011000010101101111100001110100010110000111010000101000010 | c3a4c2b7c3a2c3a142 |
UTF-8 | 辰揃但叩B | 11101000101111101011000011100110100011111000001111100100101111011000011011100101100011111010100101000010 | e8beb0e68f83e4bd86e58fa942 |
UHC | 辰?但叩B | 1111001011100011001111111101001110100011110011011011000001000010 | f2e33fd3a3cdb042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)