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 | 蟋占〝笆ウ | 111001011010011110010000111010001000011110000000111000101001011010110011 | e5a790e88780e296b3 |
EUC-JP | 蟋占?笆ウ | 111010101010100111000000111010100011111111100011111101101000111010110011 | eaa9c0ea3fe3f68eb3 |
UTF-8 | 蟋占〝笆ウ | 111010001001111110001011111001011000110110100000111000111000000010011101111001111010110010000110111011111011110110110011 | e89f8be58da0e3809de7ac86efbdb3 |
UHC | ?占??? | 001111111110111110111111001111110011111100111111 | 3fefbf3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)